dim.AOI | R Documentation |
This method returns the dimensions of the grid that would be created for the AOI.
## S3 method for class 'AOI'
dim(x)
x |
An instance of the |
A vector of two values giving the longitude and latitude dimensions of the grid that would be created for the AOI.
a <- aoi(30, 40, 10, 30, 0.1)
dim(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.