Learn R Programming

sclero (version 0.2)

convert.ijdata: Convert IJDATA object to a list of spatstat objects

Description

Converts an IJDATA to a list of spatstat patterns ready for plotting or sample spot alignment.

Usage

convert.ijdata(X)

Arguments

X
an IJDATA object to be converted.

Value

Returns a list of class rawDist, which contains spatstat point patterns. The returned rawDist can be plotted using the generic plotting command.

See Also

read.ijdata for generating IJDATA objects.

plot.rawDist for plotting.

spot.dist for aligning sample spots.

Examples

Run this code
data(shellspots)
shell_map <- convert.ijdata(shellspots)
plot(shell_map)

Run the code above in your browser using DataLab