$,sspm_boundary-method {sspm}R Documentation

Extract methods

Description

WIP extract variables from sspm objects

Usage

## S4 method for signature 'sspm_boundary'
x$name

## S4 method for signature 'sspm_discrete_boundary'
x$name

## S4 method for signature 'sspm_dataset'
x$name

## S4 method for signature 'sspm'
x$name

Arguments

x

[sspm_...] An object from this package.

name

[character] The name of the column

Value

The data.frame matching the request.

Examples

sfa_boundaries
bounds <- spm_as_boundary(boundaries = sfa_boundaries,
                          boundary = "sfa")
bounds$area_sfa


[Package sspm version 1.0.3 Index]