| box | R Documentation | 
This is a wrapper for R's box function. See R's documentation for graphics::box for further details.
box(which = "plot", Rcss = "default", Rcssclass = NULL, ...)
| which | character specifying where to draw a box; see documentation of box() | 
| Rcss | style sheet object. Leave "default" to use a style defined via RcssSetDefaultStyle() | 
| Rcssclass | sub class of style sheet | 
| ... | Further parameters, see documentation of graphics::box | 
# draw a box around an existing plot
plot(c(0, 1), c(0, 1), type="n", frame=FALSE)
box(lwd=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.