Learn R Programming

sspm (version 1.1.0)

$,sspm_boundary-method: Extract methods

Description

WIP extract variables from sspm objects

Usage

# S4 method for sspm_boundary
$(x, name)

# S4 method for sspm_discrete_boundary $(x, name)

# S4 method for sspm_dataset $(x, name)

# S4 method for sspm $(x, name)

Value

The data.frame matching the request.

Arguments

x

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

name

[character] The name of the column

Examples

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

Run the code above in your browser using DataLab