Create processing settings
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | create_settings(
data_type = "Int16",
n_years = 3,
n_val_per_year = 23,
internal_min = -999,
max_data_gap = 3,
use_qa = TRUE,
valid_min = 0,
valid_max = 10000,
weight_min = 0,
weight_med = 0.5,
weight_max = 1,
amplitude_cutoff = 0,
spike_method = "STL_w",
spike_value = 2,
stl_stiffness = 3
)
|
stl_stiffness |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.