Skip to content

add ppp object to SpatialExperiment objects #12

Description

@mjemons

In order to use any spatstat functionality users have to provide a planar point pattern object ppp. So far both @sgunz and me compute these ppp objects on the fly for our own packages sosta and spatialFDA each time we want to compute something with spatstat.

We both have come up with a solution where we first convert the spe object into a data.frame and then to a ppp object in a two step process for speed (see this)

This is relatively fast but leads to many "unnecessary" computations because we never store these objects. @sgunz and me were thinking for a long time whether we could add the ppp objects to the SpatialExperiment objects, similary as SpatialFeatureExperiment adds sf objects for using spdep library.

Is something like this easily doable or should we keep computing these objects on the fly? I believe offering them would make using spatstat functions much easier for users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions