pkgdown/extra.md

A number of options for surface plots are also provided, such as rgl plots:

library(splines)
fit <- lm(Ozone ~ Solar.R +ns(Wind, df=2)*ns(Temp, df=2), data=airquality)
visreg2d(fit, "Wind", "Temp", plot.type="rgl")

{=html} <div class="container" style="width: 100%"> <div class="row-fluid"> <iframe class="span12" style="border: none; height: 484px; width: 100%" src="articles/web/rgl.html"> </iframe> </div> </div>

If your browser supports it, you should be able to interact with above figure (click and drag to rotate).

If you have a question or feature request, please submit an issue.

More information

The documentation provided here focuses on syntax, options, and user interface. For more details on the statistical methodology and implementation, see:



pbreheny/visreg documentation built on March 20, 2024, 1:07 a.m.