View source: R/setoutput_LWFB90.R
| set_outputLWFB90 | R Documentation |
Returns a [7,5] matrix with a default selection of LWF-Brook90 output
data sets for the use as 'output'-argument run_LWFB90.
set_outputLWFB90(output = NULL, edit = FALSE)
output |
optional |
edit |
open R's data-editor ? |
a [7,5]-matrix containing 0 and 1 for use as
output-argument in run_LWFB90
# create matrix with default selection
output <- set_outputLWFB90()
output
# modify
output[,] <- 0L
output[,3] <- 1L
output["Evap", c("Ann","Mon")] <- 1L
output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.