export: export SPLATCHE3 settings files from R objects

Description Usage Arguments

View source: R/SPLATCHE3_export.R

Description

export SPLATCHE3 settings files from R objects

Usage

 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, ...)

Arguments

x

object of class SPLATCHE3_settings

filename

character. Export file name

outdir

character. Path to output directory

...

ignored


nevrome/RSPLATCHE3 documentation built on March 25, 2020, 12:07 a.m.