Learn R Programming

PopGenome (version 2.1.6)

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

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

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

Run this code

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

Run the code above in your browser using DataLab