Displaying 1 result from an estimated 1 matches for "drymattercont".
2012 Jul 05
2
7 days confusion over lists
...as a
part of its given list with (list name)$(Sublist maybe)$(specific element
name)
Either way, I changed the original lists to be more specific, for example:
Crop$ <- list(
CContent <- NA,
NContent <- NA,
PContent <- NA,
KContent <- NA,
K <- list(
uptakegivenN,
uptakegivenP),
dryMatterContent
...etc.
The issue then became that it stops at a certain point accepting the
assigned values and keeps them as null. That is, the list contains an
element that states Crop2$minYieldN <- NA but the value becomes NULL when it
is run. Also, the list, say Param, contains both:
[[1]]
[1] NA...