Learn R Programming

Mega2R (version 1.1.0)

showPhenoNames: show the association between index no and phenotype

Description

Mega2R stores several phenotypes, both affective and quantitative. This function displays the mapping between phenotype (name), index, and the phenotype type (affection or quantitative).

Usage

showPhenoNames(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)

showPhenoNames()

Run the code above in your browser using DataLab