View source: R/SPLATCHE3_export.R
export SPLATCHE3 settings files from R objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | export(x, filename, outdir, ...)
## Default S3 method:
export(x, filename, outdir, ...)
## S3 method for class 'SPLATCHE3_settings'
export(x, filename = "settings.txt", outdir, ...)
## S3 method for class 'SPLATCHE3_PopDensity'
export(x, filename, outdir, ...)
## S3 method for class 'SPLATCHE3_Veg2dyn'
export(x, filename, outdir, ...)
## S3 method for class 'SPLATCHE3_Veg2phase'
export(x, filename, outdir, ...)
## S3 method for class 'SPLATCHE3_ArrivalCell'
export(x, filename, outdir, ...)
## S3 method for class 'SPLATCHE3_Sample'
export(x, filename, outdir, ...)
## S3 method for class 'SPLATCHE3_Genetic'
export(x, filename, outdir, ...)
|
x |
object of class SPLATCHE3_settings |
filename |
character. Export file name |
outdir |
character. Path to output directory |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.