CONOPinput-class: Class '"CONOPinput"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

A class that contains all inputs for a CONOP run.

Objects from the Class

Objects can be created by calls of the form new("CONOPinput", ...).

Slots

Config:

Object of class "list". It corresponds to the configuration file of the run.

Sectfile:

Object of class "data.frame". It corresponds exactly to the SECTFILE file.

Eventfile:

Object of class "data.frame". It corresponds exactly to the EVENTTFILE file.

Levelfile:

Object of class "data.frame". It is a correspondance table giving the number of each sample in each section, according to its depth (height). It is meant to be the output of function prep.levelfile.

Loadfile:

Object of class "data.frame". It corresponds exactly to the LOADFILE file.

Methods

write

signature(x = "CONOPinput"): write the intput files to a folder, giving them names according to the configuration file. To run CONOP9, just add a copy of the software in the folder and launch it.

Author(s)

Johan Renaudie.

See Also

prep.CONOP

Examples

1
showClass("CONOPinput")

plannapus/CONOP9companion documentation built on March 18, 2021, 9:39 a.m.