dim.sk: Grid dimensions

View source: R/sk_methods.R

dim.skR Documentation

Grid dimensions

Description

Returns gdim, the number of y and x grid lines, in that order.

Usage

## S3 method for class 'sk'
dim(x)

Arguments

x

a sk object

Value

integer vector

Examples

g = sk_validate(list(gval=stats::rnorm(4^2), gdim=4, gres=0.5))
dim(g)

snapKrig documentation built on May 31, 2023, 6:34 p.m.