ploting_individual_cells: Plotting individual cells behaviour in 3D

Description Usage Arguments Author(s) Examples

View source: R/ploting_individual_cells.R

Description

Function to plot selected cells response to changes in LSU and climate variables

Usage

1
ploting_individual_cells(test_data,cell,Lsu_range, climate_variable, climate_variable_range, ML_model)

Arguments

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

Author(s)

Marcos Alves mppalves@gmail.com

Examples

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)

mppalves/GSTools documentation built on May 22, 2020, 7:21 p.m.