Description Usage Arguments Value Author(s) References See Also Examples
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.
1 2 3  | read.CONOP(dir)
read.config(file = file.choose())
read.cpchrt(file = file.choose())
 | 
dir | 
 Directory of the CONOP9 run to input.  | 
file | 
 For   | 
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.
Johan Renaudie.
Sadler, 2007. CONOP version 7.43.
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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.