AniPlot: Animation Plot

Description Usage Arguments Value Examples

Description

AniPlot returns animation plots

Usage

1
2
3
4
AniPlot(x, GroupVar = "group", FrameVar = "frame", XVar = "x",
  YVar = "y", play.int = 0.5, AniPlot.dir = tempdir(),
  plotcaption = "My Animation Plot", plotwidth = 7, plotheight = 7,
  imagename = "My_Animation_Image", plotmain = NULL)

Arguments

x

data to plot. It should be in data frame.

GroupVar

the group variable name.

FrameVar

the frame variable name.

XVar

the x-axis variable name.

YVar

the y-axis variable name.

play.int

time interval to play each frame

AniPlot.dir

directory to save the animation plot in PDF file

plotcaption

animation plot caption

plotwidth

animation plot width

plotheight

animation plot height

imagename

animation image file name

plotmain

animation plot title

Value

Animation plot

Examples

1
2
3
4
## Not run: 
AniPlot(anidata)

## End(Not run)

shanRpackage/pprincrt documentation built on May 23, 2019, 1:11 p.m.