dim.sk | R Documentation |
Returns gdim
, the number of y and x grid lines, in that order.
## S3 method for class 'sk'
dim(x)
x |
a sk object |
integer vector
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
dim(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.