File: ani.start.R

package info (click to toggle)
r-cran-animation 2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,268 kB
  • sloc: javascript: 873; sh: 15; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#' Generate an HTML animation page
#'
#' These functions are defunct and should not be used any more.
#' @param ... arguments passed to \code{\link{ani.options}} to set animation
#'   parameters
#' @keywords internal
#' @export
ani.start = function(...) {
  .Defunct(msg = 'This function is defunct. Use animation::saveHTML() instead.')
}
#' @rdname ani.start
#' @export
ani.stop = ani.start