splot: Spaghetti plot

Description Usage Arguments

Description

Quick plot of paired differences, for exploratory purposes.

Usage

1
2
splot(p1, p2, highlight = TRUE, col.dif = c("black", "grey"),
  groups.names = c(1, 2), ...)

Arguments

p1, p2

vectors of paired values (numerical vectors)

highlight

should positive and negative differences within pairs highlighted with different colors? Logical

col.dif

color vector if highlight = TRUE

groups.names

labels for the groups names; numeric or character vector of length two.

...

further arguments to be passed to plot function.


Rsampling documentation built on May 2, 2019, 2:09 a.m.