R/ccost.default.R

Defines functions ccost.default

Documented in ccost.default

ccost.default <-
function(veg,oldgr,newgr,y,...) {
     o.ccost<- ccost2(veg,oldgr,newgr,y=1)
     class(o.ccost)<- "ccost"
     o.ccost$call<- match.call()
     cat("Call:\n") 
     print(o.ccost$call)
     cat("cf=",o.ccost$ccost,"\n")
     o.ccost
 }

Try the dave package in your browser

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

dave documentation built on May 2, 2019, 1:30 p.m.