Description Usage Arguments Details Examples
View source: R/save_load_GENOME.R
This function saves the "GENOME"
object of a PopGenome session to the current workspace.
The object can be loaded again with load.session().
1 | 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.
1 2 3 | # 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.