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