impute_apsim_met | R Documentation |
Takes in an object of class ‘met’ and imputes values
impute_apsim_met(
met,
method = c("approx", "spline", "mean"),
verbose = FALSE,
...
)
met |
object of class ‘met’ |
method |
method for imputation, ‘approx’ ( |
verbose |
whether to print missing data to the console, default = FALSE |
... |
additional arguments to be passed to imputation method |
an object of class ‘met’ with attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.