ppp: Gaussian kernel of stations object

View source: R/ppp.R

pppR Documentation

Gaussian kernel of stations object

Description

Turns a station usage dataframe into a spatstat point pattern object, then computes the kernel density of that point pattern object, to get a grid of points and their respective Gaussian kernel values to plot.

Usage

ppp(df)

Arguments

df

A cleaned month dataframe from the divvymos package

Value

dd2

A grid of points with Gaussian kernel objects that overlaps to the Chicago PPP object for plotting in final RShiny template.

Author(s)

Christopher Cebra

Examples

## ppp(Apr22)

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

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