Learn R Programming

occTest (version 0.1.1)

get_occTest_settings: Get occTest Settings

Description

Get the settings used to create a occTest or occFilter object

Usage

get_occTest_settings(x)

Value

list of lists with all different parameters to use in occTest

Arguments

x

An occTest or occFilter object returned by occTest or occFilter

Author

Jeremy Borderieux (jeremy.borderieux@agroparistech.fr)

See Also

occTest; occFilter

Examples

Run this code
### 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)

Run the code above in your browser using DataLab