initialize-methods: Create an instance of the Zproject class using...

Description Usage Arguments Author(s) See Also

Description

Create an instance of the Zproject class using new/initialize.

Create an instance of the Zresults class using new/initialize.

Create an instance of the Zvariant class using new/initialize.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'Zproject'
initialize(.Object, root, debug = FALSE)

## S4 method for signature 'Zresults'
initialize(.Object, root)

## S4 method for signature 'Zvariant'
initialize(.Object, name = NULL, bat.file)

Arguments

root

Character string path to the root of the project (must exist).

debug

logical indicating whether debug logging is used

name

Character string naming the variant.

bat.file

Zonation specific batch (.bat) file to read the variant specifics from (must exist).

Author(s)

Joona Lehtomaki <joona.lehtomaki@gmail.com>

Joona Lehtomaki <joona.lehtomaki@gmail.com>

Joona Lehtomaki <joona.lehtomaki@gmail.com>

See Also

initialize

initialize

initialize


cbig/zonator documentation built on May 23, 2020, 7:02 a.m.