Learn R Programming

BaTFLED3D (version 0.2.11)

plot_test_RMSE: Plot RMSE results from test data

Description

Plot RMSE results from test data

Usage

plot_test_RMSE(test.results, ylim = "default", main = "Test RMSEs",
  baselines = c(warm = NA, m1 = NA, m2 = NA, m3 = NA, m1m2 = NA, m1m3 = NA,
  m2m3 = NA, m1m2m3 = NA))

Arguments

test.results

An object created with test_results

ylim

Limits of the y-axis (default is (0, 1.5))

main

Main title of the plot

baselines

named vector of baseline values to draw as dotted horizontal lines e.g. c('warm'=0, 'm1'=0, 'm1m2'=0, 'm1m2m3'=0)