create_settings: Create processing settings

Description Usage Arguments

View source: R/settings.R

Description

Create processing settings

Usage

 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
)

Arguments

stl_stiffness

SandroGroth/phenoRS documentation built on July 12, 2020, 4:33 a.m.