plotSeq {randomizeR} | R Documentation |
Sequence plotting
Description
Plot all randomization sequences of a randSeq object
Usage
plotSeq(sequences, plotAllSeq = FALSE, emph = NA, rs = NA)
Arguments
sequences |
object of type randSeq |
plotAllSeq |
logical. If |
emph |
integer indicating which sequence should be highlighted in blue. |
rs |
vector of a randomization sequence that should be highlighted. |
Value
A plot of all randomization sequences of a randSeq
object.
[Package randomizeR version 3.0.2 Index]