Usage
"print"(x, ...)
"plot"(x, pass = 1, main, xlab, faceting = TRUE, ...)
"summary"(object, ...)
"tabplot"(object, LOD.thr = 1.5, plot.null = TRUE, ...)
Arguments
x
An object of class solarMultipoint
.
pass
Integer argument for plot
method,
indicating whether which pass in multi-passs linkage scan to be plotted.
The default value is 1.
main
An argument for plot
method.
xlab
An argument for plot
method.
faceting
An argument for plot
method.
The default value is TRUE
.
object
An object of class solarMultipoint
.
LOD.thr
An argument for tabplot
method.
The default value is 1.5
.
plot.null
An argument for tabplot
method.
The default value is TRUE
.