Description Usage Arguments Author(s) Examples
View source: R/ploting_individual_cells.R
Function to plot selected cells response to changes in LSU and climate variables
1 | ploting_individual_cells(test_data,cell,Lsu_range, climate_variable, climate_variable_range, ML_model)
|
test_data |
Output from the function test_data containing neat data for machine learning model tests. |
cell |
Cell number from 1 to 67420. |
climate_variable |
One of the following: "temperature_mean", "precipitation_mean", "radiation_mean" |
climate_variable_range |
Normalized ploting range ex: from -1.5 to 2.5 |
ML_model |
Trained machine learning model saved in hd5 |
lsu_range |
Normalized ploting range ex: from -1.5 to 2.5 |
Marcos Alves mppalves@gmail.com
1 2 | ploting_individual_cells(test_data=test_data, cell = 28415,Lsu_range =c(-1.5,1.5) ,climate_variable = "precipitation_mean",
climate_variable_range = c(-1.5,1.5), ML_model_harvest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.