Description Usage Arguments Value Author(s) See Also Examples
View source: R/convert.ijdata.R
Converts an IJDATA
to a list of spatstat patterns ready for plotting or sample spot alignment.
1 |
X |
an |
Returns a list of class rawDist
, which contains spatstat 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.
1 2 3 | 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.