CONOP-class: Class '"CONOP"'

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

Description

A class that contains all output from a CONOP run.

Objects from the Class

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

Slots

Summary:

Object of class "vector". It contains information on the CONOP run such as the name of the run, the misfit of the best solution and some metrics to estimate the quality of the run.

Config:

Object of class "list". It contains 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 EVENTFILE file.

Obsdfile:

Object of class "matrix". It corresponds exactly to the OBSDFILE file.

Plcdfile:

Object of class "matrix". It corresponds exactly to the PLCDFILE file.

Composfile:

Object of class "matrix". It corresponds exactly to the COMPOSFILE file.

Extnfile:

Object of class "matrix". It corresponds exactly to the EXTNFILE file.

Events:

Object of class "matrix". It contains, for each event, its misfit, weighted misfit and the number of sections in which it is observed.

Sections:

Object of class "list".It is a list of events with their depth (observed and placed) and their misfit for each separate section studied.

Curvfile:

Object of class "matrix". It corresponds exactly to the CURVFILE file.

Methods

print

signature(x = "CONOP"): print a summary of what contains the CONOP object.

Note

Objects of class CONOP are meant to be created by function read.CONOP.

Author(s)

Johan Renaudie.

See Also

read.CONOP

Examples

1
showClass("CONOP")

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