get_occTest_settings: Get occTest Settings

View source: R/plot.R

get_occTest_settingsR Documentation

Get occTest Settings

Description

Get the settings used to create a occTest or occFilter object

Usage

get_occTest_settings(x)

Arguments

x

An occTest or occFilter object returned by occTest or occFilter

Value

list of lists with all different parameters to use in occTest

Author(s)

Jeremy Borderieux (jeremy.borderieux@agroparistech.fr)

See Also

occTest; occFilter

Examples

### THIS IS A CUT DOWN  EXAMPLE 
### visit vignetteXtra-occTest for more info

#load output from occTest
occTest_output <- readRDS (system.file('ext/out.rds',package = 'occTest'))
get_occTest_settings(occTest_output)

occTest documentation built on Nov. 18, 2022, 5:07 p.m.