plotMmpCond: Plot marker and quartile ellipse per condition

View source: R/plotMmpCond.R

plotMmpCondR Documentation

Plot marker and quartile ellipse per condition

Description

Plots the median and quartile ellipse per experimental condition

Usage

plotMmpCond(
  data,
  colNames,
  colNameCond,
  title = "",
  xlim = NA,
  ylim = NA,
  verbose = FALSE
)

Arguments

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.

Value

See vignette for example plots.

Author(s)

Axel Zinkernagel zinkernagel@uni-wuppertal.de

Examples

plotMmpCond(data = dataStdFCen, colNames = c("CL7_x", "CL7_y"), 
            colNameCond = "Stimulustype", title = "CL7")
   

axzinker/blenderFace documentation built on Feb. 27, 2024, 10:25 a.m.