- [
single level data access.
Usage: x["D2"] or x["S4"]
Access a subset of wavelet transform details/smooth.
- [<-
single level data replacement method.
Usage: x["D2"] <- 1:4
Replace an entire wavelet transform details/smooth with explicitly defined coefficients.
- [[
double level data access.
Usage: x[["D2"]] or x[[2]]
Returns a vector of wavelet transform detail/smooth coefficients corresponding to the
specified crystal.
- as.matrix
transforms the list of wavelet transform details/smooth coefficients
into a single-column matrix whose row names identify the transform coefficient,
e.g., D4(3) is the third coefficient of the D4
detail.
Usage: as.matrix(x)
- boxplot
plots a boxplot for each wavelet transform detail/smooth.
Usage: boxplot(x)
- crystal.names
return the crystal names for each wavelet transform detail/smooth.
Usage: crystal.names(x)
- plot
plot a stack plot of the discrete wavelet transform details/smooth.
Usage: plot(x, n.top=15, vgap=.05, col=1, show.sum=TRUE, add=FALSE, ...)
- x
A wavMRD
object.
- n.top
An integer defining the (maximum) number of
top-most energetic crystals to plot. Default: 15
.
- sort.energy
A logical value. If TRUE
, the crystals
are sorted in the display from the most energetic (top) to the
least energetic (bottom) of the specified n.top
crystals.
Default: FALSE
.
- vgap
A numeric scalar defining the vertical gap between plots
expressed as a fraction of the maximum value of the details/smooth
that are plotted. Default: 0.05
.
- col
An integer or vecto rof integers deining the color index to apply
to each detail/smooth line plot. Default: 1
.
- show.sum
A logical value. If TRUE
, a plot of the sum
of all details/smooth is also plotted. Default: TRUE
.
- add
A logical value. If TRUE
, the plot is added to the
current plot layout without a frame ejection. Default: FALSE
.
- ...
Additional arguments to be sent to the plot routine.