trotsiuk / r3PG

An R package for forest growth simulation using the 3-PG process-based model
https://trotsiuk.github.io/r3PG/
GNU General Public License v3.0
27 stars 16 forks source link

Not deleting NAs in the data frame #60

Closed JohannesOberpriller closed 1 year ago

JohannesOberpriller commented 3 years ago

I would prefer to not delete the NAs in the data frame, because when comparing different species in mixed runs this could be difficult to understand when for a species no information is present in the output, although it was initalized and useres may want to have this information.

trotsiuk commented 3 years ago

Motivation

The reasons for removing NAs are the following:

Suggestion

For the comparing with the observational data I would suggest to use the output array instead of long format output. In the model run set the df_out = FALSE.

Regues

For the merge request please suggest the solution to resolve two points mentioned under Motivation