View source: R/save_load_GENOME.R
save.session | R Documentation |
"GENOME"
object of a PopGenome sessionThis function saves the "GENOME"
object of a PopGenome session to the current workspace.
The object can be loaded again with load.session().
save.session(object,folder)
object |
object of class |
folder |
name of the folder/object |
Saving R and ff-objects created by the ff-package in a folder.
# GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class,"GENOME.class")
# load.session("GENOME.class")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.