# \donttest{
#estimate sedimentation rate for the magnetic susceptibility record
# of the Sullivan core of Pas et al., (2018).
mag_wt <- analyze_wavelet(data = mag,
dj = 1/100,
lowerPeriod = 0.1,
upperPeriod = 254,
verbose = FALSE,
omega_nr = 10)
sedrates <- flmw(wavelet = mag_wt,
sedrate_low = 0.5,
sedrate_high = 4,
spacing = 0.05,
cycles = c(2376,1600,1180,696,406,110),
x_lab = "depth",
y_lab = "sedrate",
run_random = FALSE,
rand_simulations = 50, # increase to get better constrainted resutls
run_multicore = FALSE,
genplot = FALSE,
palette_name = "rainbow",
color_brewer = "grDevices",
plot_res = 2,
keep_editable=FALSE,
verbose=FALSE)
# }
Run the code above in your browser using DataLab