load.session: Loading a PopGenome session

View source: R/save_load_GENOME.R

load.sessionR Documentation

Loading a PopGenome session

Description

This function loads a PopGenome session (more precisely: the corresponding "GENOME" object) from the current workspace.

Usage


load.session(folder)

Arguments

folder

name of the folder/object

Details

This function has to be used in the same workspace (folder) where
the object of class "GENOME" was saved.

Value

An object of class "GENOME".

Examples


# GENOME.class <- readData("...\Alignments")
# save.session(GENOME.class,folder="GENOME.class")
# q()
# R
# library(PopGenome)
# load.session("GENOME.class")


pievos101/PopGenome documentation built on Feb. 24, 2023, 7:11 a.m.