powered by
This function loads a PopGenome session (more precisely: the corresponding "GENOME" object) from the current workspace.
"GENOME"
load.session(folder)
name of the folder/object
An object of class "GENOME".
This function has to be used in the same workspace (folder) where the object of class "GENOME" was saved.
# NOT RUN { # GENOME.class <- readData("...\Alignments") # save.session(GENOME.class,folder="GENOME.class") # q() # R # library(PopGenome) # load.session("GENOME.class") # }
Run the code above in your browser using DataLab