ready4 submodule class for tibble object lookup table of the relative resolutions of different spatial objects.
Source:R/C3_vicinity_resolutions.R
vicinity_resolutions.Rd
Create a new valid instance of the ready4 submodule class for tibble object lookup table of the relative resolutions of different spatial objects.
Usage
vicinity_resolutions(x = make_pt_vicinity_resolutions())
make_pt_vicinity_resolutions(
parent_area_chr = character(0),
boundary_year_dbl = numeric(0),
area_type_chr = character(0),
area_count_dbl = numeric(0),
complete_lgl = logical(0),
summed_area_dbl = numeric(0),
mean_size_dbl = numeric(0)
)
is_vicinity_resolutions(x)
Arguments
- x
An object of any type
- parent_area_chr
Parent area (a character vector), Default: character(0)
- boundary_year_dbl
Boundary year (a double vector), Default: numeric(0)
- area_type_chr
Area type (a character vector), Default: character(0)
- area_count_dbl
Area count (a double vector), Default: numeric(0)
- complete_lgl
Complete (a logical vector), Default: logical(0)
- summed_area_dbl
Summed area (a double vector), Default: numeric(0)
- mean_size_dbl
Mean size (a double vector), Default: numeric(0)
Value
A validated instance of the ready4 submodule class for tibble object lookup table of the relative resolutions of different spatial objects.
A prototype for ready4 submodule class for tibble object lookup table of the relative resolutions of different spatial objects.
A logical value, TRUE if a valid instance of the ready4 submodule class for tibble object lookup table of the relative resolutions of different spatial objects.