plot_error_rate: Plotting the error rate with various facets

Description Usage Arguments Value

View source: R/plot_error_rate.R

Description

Plotting the error rate with various facets

Usage

1
2
3
4
5
6
7
8
9
plot_error_rate(
  df,
  titel = NULL,
  yaxis = NULL,
  facet1 = NULL,
  facet2 = NULL,
  facet3 = NULL,
  facet4 = NULL
)

Arguments

df

data frame with simulation parameters and test results

titel

optinal plot title

yaxis

optional y-axis title

facet1

first grouping variable (on x-axis not transformed to a factor)

facet2

second grouping variable (transformed to factor, indicated by shape and color)

facet3

third grouping variable (not transformed to factor facet grid groups columns)

facet4

fourth grouping variable (not transformed to factor, facet grid rows)

Value

returns a ggplot2 object


replisims/peters-2016 documentation built on Aug. 6, 2020, 12:15 a.m.