R/exampleADM3.R

`exampleADM3` <- function(outfile="example_ouput_ADM3.txt") {
	exFile= paste(system.file("extdata", package = "ADM3"), "/", "example.bed", sep="");
	plotADM3(ADM3(file=exFile, outfile=outfile));
}

Try the ADM3 package in your browser

Any scripts or data that you put into this service are public.

ADM3 documentation built on May 29, 2017, 6:05 p.m.