Learn R Programming

zonator (version 0.6.0)

initialize,Zproject-method: Create an instance of the Zproject class using new/initialize.

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

# S4 method for Zproject
initialize(.Object, root, debug = FALSE)

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

# S4 method for 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).

See Also

initialize

initialize

initialize