fixPER3 {cellmigRation}R Documentation

Persistence and Speed Third Part

Description

This function is a part of the PerAndSpeed(), which generates data and plots for persistence and speed.

Usage

fixPER3(
  Object,
  PerResultsTable,
  ApSplot,
  AllApSplot,
  export,
  color,
  TimeInterval,
  ExpName,
  new.fld
)

Arguments

Object

CellMig class object, which is a list of data.

PerResultsTable

A data frame.

ApSplot

A logical vector that allows generating individual plots of angular persistence vs speed per cell. Default is TRUE.

AllApSplot

A logical vector that allows generating a plot of angular persistence vs speed of all cells. Default is TRUE.

export

if 'TRUE' (default), exports function output.

color

A vector of colors that will be used for the plots

TimeInterval

A numeric value of the time elapsed between

ExpName

String, name of the experiment

new.fld

path to the folder where to save files

Value

A data frame named "PerResultsTable".

Author(s)

Salim Ghannoum salim.ghannoum@medisin.uio.no

References

https://www.data-pulse.com/dev_site/cellmigration/

Examples

cellmigRation:::fixPER3(1,1,1,1,1,1,1,1,1)


[Package cellmigRation version 1.0.0 Index]