summary.pepfit: Summarize and print results from a pepfit

Description Usage Arguments Value See Also Examples

View source: R/pep8.R

Description

Summarize and print results from a pepfit

Usage

1
2
## S3 method for class 'pepfit'
summary(object, digits = 3, ...)

Arguments

object

A pepfit object

digits

How many digits to print

...

Additional arguments passed to pepfittest

Value

list of class summary.pepfit with elements

par

Fitted parameters

hessian

Fitted hessian matrix, if in original pepfit

time

Elapsed time

test

the results from pepfittest

See Also

pepfittest

Examples

1
2
3
4
data(isodata)
a <- pepfit(data=isodata,
Elements=list(N=12,C=45,H=73,O=15))
summary(a)

HegemanLab/ProteinTurnover documentation built on May 6, 2019, 11:50 p.m.