plot.sk | R Documentation |
A wrapper for sk_plot
## S3 method for class 'sk'
plot(x, ...)
x |
a sk object |
... |
other arguments passed to sk_plot |
nothing
sk_plot
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
plot(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.