read.CONOP: Read the output of CONOP9.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/read.CONOP.R

Description

read.CONOP reads all output of CONOP9 and create an object of class CONOP. read.config is a function to read the configuration file (both input and output). read.cpchrt is a function to read the CONOP9 additional output file cpchrt. Needed for culling.

Usage

1
2
3

Arguments

dir

Directory of the CONOP9 run to input.

file

For read.config, configuration file (usually CONOP9.CFG); for read.copchrt, composite ranges file (usually cpcht.txt)

Value

An object of class CONOP for read.CONOP, a list for read.config and a matrix, equivalent to that found on the file for read.cpchrt.

Author(s)

Johan Renaudie.

References

Sadler, 2007. CONOP version 7.43.

See Also

CONOP-class.

Examples

1
2
3
4
5
6
7
	download.file("http://geology.usf.edu/faculty/data/harries/CD_2007.zip", "CONOP9.zip")
	unzip("CONOP9.zip")
	riley1 <- read.CONOP("CD_2007/SAMPLES/RILEY/Augmented")
	
	#read.CONOP includes read.config. Here is an example for read.config alone.
	
	riley.config <- read.config("CD_2007/SAMPLES/RILEY/Augmented/CONOP9.CFG")

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