Learn R Programming

PopGenome (version 1.2.6)

save.session: Saving a PopGenome-session

Description

This function saves the PopGenome-session in the current workspace. Can be loaded again with load.session()

Usage

save.session(object)

Arguments

object
object of class "GENOME"

Details

Saving R and ff-objects created by the ff-package.

Examples

Run this code
# GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class)
# load.session()

Run the code above in your browser using DataLab