Learn R Programming

TestDesign (version 1.0.2)

plotRMSE: Draw RMSE plots

Description

Draw RMSE plots.

Usage

plotRMSE(
  ...,
  title = NULL,
  legend_title = NULL,
  legend_labels = NULL,
  lty_set = NULL,
  col_set = NULL,
  theta = seq(-2, 2, 1)
)

Arguments

...

A series of RMSE values.

title

A plot title.

legend_title

A legend title.

legend_labels

A vector of labels for the series.

lty_set

A vector of line types for the series.

col_set

A vector of colors for the series.

theta

A theta grid.