Displaying 5 results from an estimated 5 matches for "saveswf".
2011 Jan 04
0
Package animation update (v2.0-0)
Hi,
The animation package 2.0-0 is on CRAN now. This version is a
milestone of the animation package. It includes a new function
saveHTML() which uses a much more elegant interface and is consistent
in syntax with other save*() functions such as saveMovie(), saveSWF()
and saveLatex(). Lots of demos have been added to demonstrate the
flexibility of this package, e.g. now we can get the snapshots of rgl
3D plots and insert them into LaTeX with a single call to saveLatex(),
or even into Sweave documents.
There are some funny demos in this version too, e.g. demo(...
2011 Jan 04
0
Package animation update (v2.0-0)
Hi,
The animation package 2.0-0 is on CRAN now. This version is a
milestone of the animation package. It includes a new function
saveHTML() which uses a much more elegant interface and is consistent
in syntax with other save*() functions such as saveMovie(), saveSWF()
and saveLatex(). Lots of demos have been added to demonstrate the
flexibility of this package, e.g. now we can get the snapshots of rgl
3D plots and insert them into LaTeX with a single call to saveLatex(),
or even into Sweave documents.
There are some funny demos in this version too, e.g. demo(...
2009 Dec 23
1
animated R plots
...s(amount~usage, data=med, pch=19, col="#386CB0")
points(amount~usage, data=menhlth, pch=19, col="#F0027F")
Sys.sleep(interval)
}
}
#####run animation
Service()
#####save as flash
oopt = ani.options(nmax = 6, interval = 1.0)
saveSWF(Service(), interval = 2.0, swfname="place.swf", dev = "pdf", filename="Pplot", fmt = "%03d", outdir = getwd(), swftools="C:/Program Files/SWFTools")
ani.options(oopt)
[[alternative HTML version deleted]]
2011 Jan 10
0
Package animation update 2.0-1
...URES
? ?o demo('Xmas_card') contributed by Yuan Huang
? ?o demo('flowers') to show how to download images from the Internet
?and create an animation
? ?o a new function pdftk() as a wrapper to call the Pdftk toolkit
?(mainly for compressing PDF graphics output)
? ?o saveLatex(), saveSWF() and saveMovie() can compress the PDF
?graphics using Pdftk (if available) now; if ani.options('ani.type')
?is 'pdf' and the 'pdftk' option is set, these functions will try the
?compression first
? ?o new functions ani.record() and ani.replay() to record and replay
?the an...
2011 Jan 10
0
Package animation update 2.0-1
...URES
? ?o demo('Xmas_card') contributed by Yuan Huang
? ?o demo('flowers') to show how to download images from the Internet
?and create an animation
? ?o a new function pdftk() as a wrapper to call the Pdftk toolkit
?(mainly for compressing PDF graphics output)
? ?o saveLatex(), saveSWF() and saveMovie() can compress the PDF
?graphics using Pdftk (if available) now; if ani.options('ani.type')
?is 'pdf' and the 'pdftk' option is set, these functions will try the
?compression first
? ?o new functions ani.record() and ani.replay() to record and replay
?the an...