dim.AOI: The dimensions of the grid of an AOI

View source: R/AOImethod.R

dim.AOIR Documentation

The dimensions of the grid of an AOI

Description

This method returns the dimensions of the grid that would be created for the AOI.

Usage

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

Arguments

x

An instance of the AOI class.

Value

A vector of two values giving the longitude and latitude dimensions of the grid that would be created for the AOI.

Examples

a <- aoi(30, 40, 10, 30, 0.1)
dim(a)

ncdfCF documentation built on April 16, 2025, 9:08 a.m.