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

View source: R/convert.ijdata.R

convert.ijdataR Documentation

Convert IJDATA object to a list of spatstat.geom objects

Description

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

Usage

convert.ijdata(X, Accuracy = 0.1)

Arguments

X

an IJDATA object to be converted.

Accuracy

numeric value defining the number to round to. See round_any.

Value

Returns a list of class rawDist, which contains spatstat.geom 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

data(shellspots)
shell_map <- convert.ijdata(shellspots)
plot(shell_map)

MikkoVihtakari/sclero documentation built on March 21, 2023, 11:48 a.m.