pppbound: Turns a shapefile into a PPP object

View source: R/pppbound.R

pppboundR Documentation

Turns a shapefile into a PPP object

Description

Reprojects input shapefile and transforms it into a spatstat spatial polygons object

Usage

pppbound(df)

Arguments

df

A single-object polygon shapefile

Value

pboundary

A spatstat spatial polygons object version of the input shapefile

Author(s)

Christopher Cebra

Examples

## pppbound(chib)

## The function is currently defined as
function (x)
{
  }

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.