meanTraces: meanTraces

Description Usage Arguments Value Author(s)

View source: R/meanTracesGlom.R

Description

calculate and plot mean traces from gloDatamix data

Usage

1
2
3
meanTraces(data.object, rec.frames = NA, st.shift = NA, ylim.lower = NA,
  ylim.upper = NA, add = "single", method = "mean", pdf = T,
  mfrow = c(4, 3), receptor = NA, return = TRUE)

Arguments

data.object

gloDatamix data.frame

rec.frames

number of frames measured

st.shift

number of frames to shift the stimulus bars

ylim.lower

limits of the y axis, if nothing is specified the max/min of the dataset will be used; it is also okay to only specify one limit, then only the other one will be calculated

ylim.upper

limits of the y axis, if nothing is specified the max/min of the dataset will be used; it is also okay to only specify one limit, then only the other one will be calculated

add

also plot single recordings ("single"), standard deviation ("sd") or standard error of mean ("sem"); default is "single"

method

use "median" or "mean", default is "mean"

pdf

plot into a PDF?

mfrow

nr of rows/columns to plot

receptor

adds a column containing the receptor name provided here

return

return the results in the end or jus produce a pdf?

Value

list and PDF

Author(s)

Daniel M<c3><bc>nch <daniel@muench.bio>


Dahaniel/glodatamix documentation built on May 6, 2019, 1:21 p.m.