Displaying 1 result from an estimated 1 matches for "minyieldn".
2012 Jul 05
2
7 days confusion over lists
...t;- 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
[[2]]
[1] NA
[[3]]
[[3]][[1]]
[1] NA
[[3]][[2]]
[1] NA
and some of the value names (up to a point)
$inertCRTR
[1] 0.001
$humificationFactor
[1] 0.25
$fractionStabilisedSOMC
[1] 0.2...