- wavelet
Wavelet object created using the analyze_wavelet
function.
- astro_cycle
Duration (in kyr) of the cycle which traced.
- n.levels
Number of color levels Default=100
.
- track_peaks
Setting which indicates whether tracking is restricted
to spectral peaks (track_peaks=TRUE) or whether any point within the wavelet
spectra can be selected (track_peaks=FALSE) Default=TRUE
.
- periodlab
label for the y-axis Default="Period (metres)"
.
- x_lab
label for the x-axis Default="depth (metres)"
.
- palette_name
Name of the color palette which is used for plotting.
The color palettes than can be chosen depends on which the R package is specified in
the color_brewer parameter. The included R packages from which palettes can be chosen
from are; the 'RColorBrewer', 'grDevices', 'ColorRamps' and 'Viridis' R packages.
There are many options to choose from so please
read the documentation of these packages Default=rainbow
.
The R package 'viridis' has the color palette options: “magma”, “plasma”,
“inferno”, “viridis”, “mako”, and “rocket” and “turbo”
To see the color palette options of the The R pacakge 'RColorBrewer' run
the RColorBrewer::brewer.pal.info() function
The R package 'colorRamps' has the color palette options:"blue2green",
"blue2green2red", "blue2red", "blue2yellow", "colorRamps", "cyan2yellow",
"green2red", "magenta2green", "matlab.like", "matlab.like2" and "ygobb"
The R package 'grDevices' has the built in palette options:"rainbow",
"heat.colors", "terrain.colors","topo.colors" and "cm.colors"
To see even more color palette options of the The R pacakge 'grDevices' run
the grDevices::hcl.pals() function
- color_brewer
Name of the R package from which the color palette is chosen from.
The included R packages from which palettes can be chosen
are; the RColorBrewer, grDevices, ColorRamps and Viridis R packages.
There are many options to choose from so please
read the documentation of these packages. "Default=grDevices
- plot_horizontal
plot the wavelet horizontal or vertical eg y axis is depth or y axis power Default=TRUE
- plot_dir
The direction of the proxy record which is assumed for tuning if time increases with increasing depth/time values
(e.g. bore hole data which gets older with increasing depth ) then plot_dir should be set to TRUE
if time decreases with depth/time values (eg stratospheric logs where 0m is the bottom of the section)
then plot_dir should be set to FALSE plot_dir=TRUE
- lowerPeriod
Lowest period value which will be plotted
- upperPeriod
Highest period value which will be plotted
- add_lines
Add lines to the wavelet plot input should be matrix with first axis being depth/time the columns after that
should be period values Default=NULL
- add_points
Add points to the wavelet plot input should be matrix with first axis being depth/time and columns after that
should be period values Default=NULL
- add_abline_h
Add horizontal lines to the plot. Specify the lines as a vector e.g. c(2,3,5,6) Default=NULL
- add_abline_v
Add vertical lines to the plot. Specify the lines as a vector e.g. c(2,3,5,6) Default=NULL