Skip to contents

The "domain" attribute is extracted from the input and returned if it is a geodomain.

Usage

get_domain(x)

Arguments

x

A geofield or geolist

Value

A geodomain

Examples

get_domain(det_grid_df$fcst)
#> 5 x 5 domain
#> Projection summary:
#> proj= lcc 
#> centre = ( 10.74 , 59.91 )

get_domain(det_grid_df$fcst[[1]])
#> 5 x 5 domain
#> Projection summary:
#> proj= lcc 
#> centre = ( 10.74 , 59.91 )