File: print.haplo.em.Rd

package info (click to toggle)
r-cran-haplo.stats 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,204 kB
  • ctags: 116
  • sloc: ansic: 1,827; makefile: 1
file content (68 lines) | stat: -rw-r--r-- 1,337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% $Author: sinnwell $
% $Date: 2008/01/08 20:39:02 $
% $Header: /people/biostat3/sinnwell/Haplo/Make/RCS/print.haplo.em.Rd,v 1.3 2008/01/08 20:39:02 sinnwell Exp $ 
% $Locker:  $
% $Log: print.haplo.em.Rd,v $
% Revision 1.3  2008/01/08 20:39:02  sinnwell
% fix comments
%
% Revision 1.2  2008/01/08 15:54:14  sinnwell
% minor change to desc
%
% Revision 1.1  2007/11/07 21:27:38  sinnwell
% Initial revision
%
% Revision 1.2  2004/02/27 15:29:37  sinnwell
% move haplo.em from keyword to 'see'
%
% Revision 1.1  2004/02/26 22:36:48  sinnwell
% Initial revision

\name{print.haplo.em}
\alias{print.haplo.em}
\title{
  Print contents of a haplo.em object
}
\description{
  Print a data frame with haplotypes and their frequencies.  Likelihood
  information is also printed.
}
\usage{
\method{print}{haplo.em}(x, digits=max(options()$digits-2, 5), nlines=NULL, ...)
}
\arguments{

\item{x}{
A haplo.em object
}
\item{digits}{
number of significant digits to print for numeric values
}
\item{nlines}{
To shorten output, print the first 1:nlines rows of the large data frame.  
}
\item{\dots }{
optional arguments for print
}
}
\value{
Nothing is returned
}
\section{Side Effects}{

}
\details{

}
\section{References}{

}
\seealso{
\code{\link{haplo.em}}
}
\examples{

}
\keyword{}
% docclass is function
% Converted by Sd2Rd version 37351.