Description Usage Arguments Value Author(s) Examples
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
1 2 3 4 5 | export.particles(
particleset,
dir = tempdir(),
nameStub = "testExport_particles"
)
|
particleset |
A |
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 |
Particle sets files are written in the desired location
Federico Marini, marinif@uni-mainz.de, 2014
1 2 | data("candidate.platelets")
## Not run: export.particles(candidate.platelets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.