Learn R Programming

silicate (version 0.2.0)

sfzoo: Simple features zoo.

Description

Basic examples of each type of simple feature geometry. sfzoo is a list with each of point, multipoin, linestring, multilinestring, polygon and multipolygon. sfgc is a GEOMETRYCOLLECTION of all the types in sfzoo.

Arguments

Examples

Run this code
# NOT RUN {
lapply(sfzoo, sc_coord)
lapply(sfzoo, sc_path)

## unsure how usefult this is ...
sc_path(sfgc)
# }

Run the code above in your browser using DataLab