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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/convert.ijdata.R

Description

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

Usage

1

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.

Author(s)

Mikko Vihtakari

See Also

read.ijdata for generating IJDATA objects.

plot.rawDist for plotting.

spot.dist for aligning sample spots.

Examples

1
2
3
data(shellspots)
shell_map <- convert.ijdata(shellspots)
plot(shell_map)

sclero documentation built on May 2, 2019, 2:26 p.m.