showMapNames | R Documentation |
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.
showMapNames(envir = ENV)
envir |
an environment that contains all the data frames created from the SQLite database. |
None
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
showMapNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.