Description Usage Arguments Author(s)
Function 'df.training' combine together the output of the 'lpjml_output' and 'Lpjml_input' functions into a 'features:label' format.
1 2 3 4 5 6 | df_training(
lpjml_inputs,
lpjml_output,
input_levels = c(seq(0, 2, 0.2), 2.5),
dataset_info
)
|
lpjml_inputs |
Output from function 'Lpjml_input' |
lpjml_output |
Output from function 'lpjml_output' |
input_levels |
The breakdown of the LSU leves in the data ser as a vector. |
dataset_info |
Object list containing information about the files that will be used that are going to be extracted. |
Marcos Alves mppalves@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.