Learn R Programming

PopGenome (version 2.7.2)

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
# NOT RUN {
# GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class,"GENOME.class")
# load.session("GENOME.class")
# }

Run the code above in your browser using DataLab