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.
# 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)
Character string path to the root of the project (must exist).
logical indicating whether debug logging is used
Character string naming the variant.
Zonation specific batch (.bat) file to read the variant specifics from (must exist).