Learn R Programming

geometr (version 0.1.1)

gc_ppp: Transform a spatial object to class ppp

Description

Transform a spatial object to class ppp

Usage

# S4 method for geom
gc_ppp(input = NULL)

Arguments

input

the object to transform to class ppp.

Value

an object of class ppp

See Also

Other spatial classes: gc_geom, gc_grob, gc_sf, gc_sp

Examples

Run this code
# NOT RUN {
pppPoints <- gc_ppp(input = gtGeoms$point)
# }

Run the code above in your browser using DataLab