- data
Input data set should consist of a matrix with 2 columns with
first column being depth and the second column being a proxy
- padfac
Pad record with zero, zero padding smooths out the spectra
- window_size
size of the running window
- run_multicore
Run function using multiple cores Default="FALSE"
- genplot
Generate plot Default="FALSE"
- x_lab
label for the y-axis Default="depth"
- y_lab
label for the y-axis Default="sedrate"
- plot_res
plot 1 of 8 options option 1: Amplitude matrix,
option 2: Power matrix,
option 3: Phase matrix,
option 4: AR1_CL matrix,
option 5: AR1_Fit matrix ,
option 6: AR1_90_power matrix,
option 7: AR1_95_power matrix,
option 8: AR1_99_power matrix, Default=1
- perc_vis
Cutoff percentile when plotting Default=0
- freq_max
Maximum frequency to plot
- freq_min
Minimum frequency to plot
- 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
- keep_editable
Keep option to add extra features after plotting Default=FALSE
- verbose
Print text Default=FALSE
.
- dev_new
Opens a new plotting window to plot the plot, this
guarantees a "nice" looking plot however when plotting in an R markdown
document the plot might not plot Default=FALSE