powered by
This method returns the dimensions of the grid that would be created for the AOI.
# S3 method for AOI dim(x)
A vector of two values giving the longitude and latitude dimensions of the grid that would be created for the AOI.
An instance of the AOI class.
AOI
a <- aoi(30, 40, 10, 30, 0.1) dim(a)
Run the code above in your browser using DataLab