Learn R Programming

phenofit (version 0.3.2)

set_options: set and get phenofit option

Description

set and get phenofit option

Usage

set_options(...)

get_options(names = NULL)

Arguments

...

list of phenofit options FUN_season: character, season_mov or season rFUN: character, rough fitting function. smooth_wWHIT, smooth_wSG or smooth_wHANTs.

names

vector of character, names of options

Examples

Run this code
set_options(verbose_curvefit = FALSE)
get_options("verbose_season")

Run the code above in your browser using DataLab