save.session: Save the '"GENOME"' object of a PopGenome session

Description Usage Arguments Details Examples

View source: R/save_load_GENOME.R

Description

This function saves the "GENOME" object of a PopGenome session to the current workspace. The object can be loaded again with load.session().

Usage

1
save.session(object,folder)

Arguments

object

object of class "GENOME"

folder

name of the folder/object

Details

Saving R and ff-objects created by the ff-package in a folder.

Examples

1
2
3
# GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class,"GENOME.class")
# load.session("GENOME.class")

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.