Learn R Programming

Mega2R (version 1.1.0)

showMapNames: show the association between mapno and mapname

Description

Mega2R allows several different physical and genetic maps to be stored and used to select positions. This function shows the association between map number and map name.

Usage

showMapNames(envir = ENV)

Value

None

Arguments

envir

an environment that contains all the data frames created from the SQLite database.

Examples

Run this code
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)

showMapNames()

Run the code above in your browser using DataLab