export.particles: Exports a 'ParticleSet' object

View source: R/auxiliary.R

export.particlesR Documentation

Exports a ParticleSet object

Description

Writes the particles contained in the particles data frame slot of the ParticleSet object elements. A track of the provenience of the particles is stored as a comment line above the header

Usage

export.particles(
  particleset,
  dir = tempdir(),
  nameStub = "testExport_particles"
)

Arguments

particleset

A ParticleSet object

dir

The path of the folder where the particle sets should be written

nameStub

The stub for the file name, that will be used as a prefix for the exported particle sets

Value

Particle sets files are written in the desired location

Author(s)

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

Examples

data("candidate.platelets")
## Not run: export.particles(candidate.platelets)


federicomarini/flowcatchR documentation built on May 3, 2024, 11:15 p.m.