read.particles: Constructor for a 'ParticleSet' object

View source: R/auxiliary.R

read.particlesR Documentation

Constructor for a ParticleSet object

Description

This function is used to create a ParticleSet object from a vector/list of tab separated text files, each of one containing one line for each particle in the related frame, alongside with its coordinates and if available, the computed features The number of frames is also specified, as just a subset of the particle lists can be used for this

Usage

read.particles(particle.files, nframes = NULL)

Arguments

particle.files

Vector of strings containing the locations where the particle coordinates are to be found, or alternatively, the path to the folder

nframes

Number of frames that will constitute the ParticleSet object

Value

An object of the ParticleSet class

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014

Examples

## see vignette and export.particles


federicomarini/flowcatchR documentation built on March 27, 2024, 3:29 p.m.