cbk.plot.spots: Read CASTEML file and create spots diagram

Description Usage Arguments Value See Also Examples

View source: R/cbk.plot.spots.R

Description

Read CASTEML dataframe and create spots diagram. This function does not save the created diagram. You should prepare a canvas in advance.

Usage

1
2
cbk.plot.spots(pmlfile_or_surface, opts = NULL, imagefile = NULL,
  verbose = FALSE, pch = NULL, col = NULL)

Arguments

pmlfile_or_surface

A CASTEML file that exits locally or stone-ID (or pmlame).

opts

List of further options for plot. See cbk.plot.

imagefile

Image shown on background of analyzed spots.

verbose

Output debug info (default: FALSE).

pch

Array of symbol (default: NULL)

col

Array of color (default: NULL)

Value

A pmlame used to plot the diagram.

See Also

https://github.com/misasa/casteml

Examples

1
2
pmlfile <- cbk.download.casteml("20160819165624-372633")
cbk.plot.spots(pmlfile)

misasa/chelyabinsk documentation built on Nov. 24, 2020, 5:47 a.m.