showMapNames: show the association between mapno and mapname

Description Usage Arguments Value Examples

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

1
showMapNames(envir = ENV)

Arguments

envir

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

Value

None

Examples

1
2
3
4
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)

showMapNames()

Mega2R documentation built on Dec. 11, 2021, 9:12 a.m.