It is likely the "p" variable is not defined in your R environment.



Inside your function model.LIDR, the variable "p" is used before being 
initialized

in any of the environments reachable by the search path, included the model.LIDR

function environment.



The remedy is to define and initialize "p" before it is being referenced (used).



It is not about any deSolve package specific error.



--

GG



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to