Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'baseml':
print(x, ...)
## S3 method for class 'ms':
print(x, ...)
## S3 method for class 'phyclust':
print(x, digits = max(4, getOption("digits") - 3), ...)
## S3 method for class 'Pt':
print(x, ...)
## S3 method for class 'RRand':
print(x, digits = max(4, getOption("digits") - 3), ...)
## S3 method for class 'seq.data':
print(x, ...)
## S3 method for class 'seqgen':
print(x, ...)
## S3 method for class 'phyclust':
summary(object, ...)
For ms
, seqgen
, and paml.baseml
, it will show the
result as standalone versions on the STDOUT out with line by line.
For other functions, they only show summaries of objects. Use
names
or str
to explore the details.
ms
,
paml.baseml
,
phyclust
,
phyclust.Pt
,
RRand
,
seqgen
.# Functions applied by directly type the names of objects.
Run the code above in your browser using DataLab