rbacon plot tests

require(rbacon)
#require(devtools)
#load_all("~/Dropbox/devsoftware/rbacon")
fry <- tempdir()
Bacon(run=FALSE, ask=F, coredir=fry, ssize=500, BCAD=F)
agedepth()
agedepth(rotate.axes=TRUE)
agedepth(BCAD=TRUE)
agedepth(rotate.axes=TRUE, BCAD=TRUE)
agedepth(rev.d=TRUE)
agedepth(rev.age=TRUE)
agedepth(rev.d=TRUE, rev.age=TRUE)
agedepth(rotate.axes=TRUE, rev.d=TRUE, rev.age=TRUE)
agedepth(BCAD=T)
agedepth(BCAD=T, rev.age=T)
agedepth(BCAD=F)
proxy.ghost()
layout(1)
accrate.depth.ghost()
accrate.depth.ghost(rotate.axes=T)
accrate.depth.ghost(rev.d=T)
accrate.depth.ghost(rev.acc=T)
accrate.depth.ghost(rev.d=T, rev.acc=T)
accrate.depth.ghost(rev.d=T, rev.acc=T, rotate.axes=T)
accrate.age.ghost()
accrate.age.ghost(rotate.axes=T)
accrate.age.ghost(rev.age=T)
accrate.age.ghost(rev.acc=T)
accrate.age.ghost(BCAD=T)
accrate.age.ghost(BCAD=T, rev.acc=T, rev.age=T)
accrate.age.ghost(rev.age=T, rev.acc=T)
accrate.age.ghost(rev.age=T, rev.acc=T, rotate.axes=T)
myflux <- cbind(0:100, rnorm(101, 100, 5))
flux.age.ghost(flux=myflux)
flux.age.ghost(rotate.axes=T, flux=myflux)
flux.age.ghost(rev.flux=T, flux=myflux)
flux.age.ghost(rev.age=T, flux=myflux)
Bacon(slump=c(20,21), ssize=500, coredir=fry, ask=F)
Bacon("RLGH3", coredir=fry, accept.suggestions=T, ask=F)
accrate.age.ghost(BCAD=T)


Try the rbacon package in your browser

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

rbacon documentation built on June 8, 2025, 10:38 a.m.