Usage
## S3 method for class 'mesh3d':
warpmovie3d(x, y, n, col = "green", palindrome = FALSE,
folder = NULL, movie = "warpmovie", add = FALSE, close = TRUE,countbegin=0,ask=TRUE,...)
## S3 method for class 'matrix':
warpmovie3d(x, y, n, col = "green", palindrome = FALSE,
folder = NULL, movie = "warpmovie", add = FALSE, close=TRUE,
countbegin=0, ask=TRUE, radius=NULL, links=NULL, lwd=1,...)warpmovie2d(x, y, n, col = "green", palindrome = FALSE, folder =
NULL,movie="warpmovie", links=NULL, lwd=1, imagedim = "800x800",
par=list(xaxt="n", yaxt="n", bty="n"),...)
Arguments
x
mesh to start with (object of class mesh3d)
y
resulting mesh (object of class mesh3d), having the same
amount of vertices and faces than the starting mesh
n
integer: amount of intermediate steps.
palindrome
logical: if TRUE, the procedure will go forth and back.
folder
character: output folder for created images (optional)
movie
character: name of the output files
add
logical: if TRUE, the movie will be added to the focussed rgl-windows.
close
logical: if TRUE, the rgl window will be closed when finished.
width and 200 the height of the image.
countbegin
integer: number to start image sequence.
ask
logical: if TRUE, the viewpoint can be selected manually.
radius
numeric: define size of spheres (overides atuomatic size estimation).
links
vector or list of vectors containing wireframe information
to connect landmarks (optional).
lwd
numeric: controls width of lines defined by "links".
imagedim
character of pattern "100x200" where 100 determines the
width and 200 the height of the image.
par
list of graphial parameters: details can be found here: par
.