View source: R/convert.ijdata.R
convert.ijdata | R Documentation |
Converts an IJDATA
to a list of spatstat.geom patterns ready for plotting or sample spot alignment.
convert.ijdata(X, Accuracy = 0.1)
X |
an |
Accuracy |
numeric value defining the number to round to. See |
Returns a list of class rawDist
, which contains spatstat.geom point patterns. The returned rawDist
can be plotted using the generic plotting command.
Mikko Vihtakari
read.ijdata
for generating IJDATA
objects.
plot.rawDist
for plotting.
spot.dist
for aligning sample spots.
data(shellspots)
shell_map <- convert.ijdata(shellspots)
plot(shell_map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.