R/warnings.R

Defines functions WarningConstFc

WarningConstFc<- function(){
            "The use of object of class SoilR.F0 is deprecated 
            At the moment we cast SoilR.Fo objects to the new class ConstFc
            which replaces it as input to this function.
            To get rid of this warning adapt your code to use CostFc in the first place. e.g replace SoilR.F0.new(some,args )  by ConstFC(same,args)" 
}

Try the SoilR package in your browser

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

SoilR documentation built on Oct. 13, 2023, 5:06 p.m.