Description Objects from the Class Slots Methods Note Author(s) See Also Examples
A class that contains all output from a CONOP run.
Objects can be created by calls of the form new("CONOP", ...).
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.
signature(x = "CONOP"): print a summary of what contains the CONOP object.
Objects of class CONOP are meant to be created by function read.CONOP.
Johan Renaudie.
1 | showClass("CONOP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.