Learn R Programming

DNAprofiles (version 0.3.1)

print.profiles: print profiles object

Description

Profiles are stored in a profiles object, which is merely an integer matrix together with allelic frequencies stored as an attribute "freqs".

Usage

"print"(x, ...)

Arguments

x
profiles object
...
passed on to print

Examples

Run this code
data(freqsNLsgmplus)
           x<- sample.profiles(1,freqsNLsgmplus)
           print(x)

Run the code above in your browser using DataLab