You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tree.R file from DynACof_inputs seems to define Metamodels = Metamodels, but as far as I can tell the function or object does not exist. In contrast, Allometries seems to be a function that loads as part of the DynACof library.
Is there somewhere to download example files for Metamodels?
(I also posted an issue on the DynACof_inputs, but the Issues here seems slightly more active, so I thought I would try here as well.)
The text was updated successfully, but these errors were encountered:
I'm trying to understand how to run DynACof with parameters for shade trees.
The example code supplied uses
Tree = NULL
, which if I understand correctly assumes that there are no shade trees.I tried loading the sample data available from the DynACof_inputs github, but when I run the code
sim= DynACof(Inpath = dynacof_data, FileName = list(Site = "site.R", Meteo ="meteorology.txt", Soil = "soil.R",Coffee = "coffee.R", Tree = "tree.R"))
as suggested, I keep getting the error:
Error in Tree() : object 'Metamodels' not found
The tree.R file from DynACof_inputs seems to define
Metamodels = Metamodels
, but as far as I can tell the function or object does not exist. In contrast,Allometries
seems to be a function that loads as part of the DynACof library.Is there somewhere to download example files for Metamodels?
(I also posted an issue on the DynACof_inputs, but the Issues here seems slightly more active, so I thought I would try here as well.)
The text was updated successfully, but these errors were encountered: