Dear all, I’m trying to use the saveHTML() function with the svg graphics device ( ani.dev= “svg”) in order to obtain animation with vector graphics. For this device the unit is in inch, while the units for ani.height and ani.width options seems to be in px. As a result, something like
ani.options(ani.dev="svg",ani.type="svg",ani.width=7,ani.height=7) gives a normal size animation with a very small and vertical navigator, while the command ani.options(ani.dev="svg",ani.type="svg") gives a standard navigator with very big images. Any help or suggestion? -- View this message in context: http://r.789695.n4.nabble.com/unit-choice-in-saveHTML-function-tp4685585.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.