sf: Recompose 'sf' simple features from 'PRIMITIVE" models.

Description Usage Arguments Value Examples

View source: R/sf-forms.r

Description

Recompose 'sf' simple features from 'PRIMITIVE“ models.

Usage

1
2
3
4
5
6
7
sf(x)

## S3 method for class 'PRIMITIVE'
sf(x, ...)

## S3 method for class 'PATH'
sf(x, ...)

Arguments

x

input object

...

arguments passed to methods

Value

'PRIMITIVE'

Examples

1
2
3
4
5
6
7
prim <- PRIMITIVE(inlandwaters)
library(sf)

## Not run: 
plot(sf(prim))

## End(Not run)

mdsumner/scsf documentation built on May 22, 2019, 5:06 p.m.