spatstat (version 1.38-1)

demohyper: Demonstration Example of Hyperframe of Spatial Data

Description

This is an artificially constructed example of a hyperframe of spatial data. The data could have been obtained from an experiment in which there are two groups of experimental units, the response from each unit is a point pattern Points, and for each unit there is explanatory data in the form of a pixel image Image.

Usage

data(demohyper)

Arguments

source

Artificially generated by Adrian Baddeley.

Examples

Run this code
plot(demohyper, quote({ plot(Image, main=""); plot(Points, add=TRUE) }),
      parargs=list(mar=rep(1,4)))
 mppm(Points ~ Group/Image, data=demohyper)

Run the code above in your browser using DataCamp Workspace