inst/doc/FAQ.R

## ---- eval=FALSE--------------------------------------------------------------
#  Bacon.hist(23.45)
#  depth23.45 <- Bacon.Age.d(23.45)
#  hist(depth23.45)
#  mean(depth23.45)

## ---- eval=FALSE--------------------------------------------------------------
#  Bacon("MyCore", run=FALSE)
#  agedepth()
#  # or if you've set the accumulation rate prior to something different than the default:
#  Bacon("MyCore", run=FALSE, acc.mean=c(20,5))
#  agedepth()

## ---- eval=FALSE--------------------------------------------------------------
#  Bacon("MyCore", thick=1)
#  Bacon("MyCore", 1)

## ---- eval=FALSE--------------------------------------------------------------
#  Bacon("MyCore", boundary=80, acc.mean=c(10,50))

## ---- eval=FALSE--------------------------------------------------------------
#  Bacon.hist(23.45)
#  depth23.45 <- Bacon.Age.d(23.45)
#  hist(depth23.45)
#  mean(depth23.45)
#  quantile(depth23.45, probs=c(.025, .975))

## ---- eval=FALSE--------------------------------------------------------------
#  depth23.45 <- Bacon.Age.d(23.45)
#  depth12.34 <- Bacon.Age.d(12.34)
#  passed <- depth23.45 - depth12.34
#  hist(passed)
#  mean(passed)
#  quantile(passed, probs=c(.025, .975))

Try the rbacon package in your browser

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

rbacon documentation built on July 26, 2023, 5:35 p.m.