powered by
Returns the total number of points in the grid, which is the product of the number of y and x grid lines (gdim).
gdim
# S3 method for sk length(x)
integer
a sk object
g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5)) length(g)
Run the code above in your browser using DataLab