plotMmpCond | R Documentation |
Plots the median and quartile ellipse per experimental condition
plotMmpCond(
data,
colNames,
colNameCond,
title = "",
xlim = NA,
ylim = NA,
verbose = FALSE
)
data |
Data frame containig the data to be plotted. |
colNames |
Character vector naming the two columns with the x/y-Values to be plotted. |
colNameCond |
Character vector with a single value containig the name of the stimulus type column of the data data-frame. |
title |
Default is no title. |
xlim |
Numeric vector of two elements defining the x-axis range of the plot. Per default the scaling is done automatically. |
ylim |
Numeric vector of two elements defining the y-axis range of the plot. Per default the scaling is done automatically. |
verbose |
Logical value. If TRUE, the function provides verbose console output. |
See vignette for example plots.
Axel Zinkernagel zinkernagel@uni-wuppertal.de
plotMmpCond(data = dataStdFCen, colNames = c("CL7_x", "CL7_y"),
colNameCond = "Stimulustype", title = "CL7")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.