inst/doc/ccostr.R

## ---- include = FALSE----------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup---------------------------------------------------------------
library(ccostr)

## ------------------------------------------------------------------------
head(hcost)

## ----hcost---------------------------------------------------------------
est <- ccmean(hcost, L = 1461, addInterPol = 1)
est

## ----fig.height=3, fig.width=7-------------------------------------------
plot(est)

Try the ccostr package in your browser

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

ccostr documentation built on Sept. 9, 2019, 5:03 p.m.