diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-28 11:59:54 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-28 11:59:54 +0200 |
commit | b1740ade9a1746ccdb325b95915ef88872489f03 (patch) | |
tree | 7f39227fda408ce2f788dd9481266167fb87505e /man | |
parent | 782bb645325efa8d1d1f971370478fd369b0a107 (diff) |
Export status method for mhmkin, move to status.R
Diffstat (limited to 'man')
-rw-r--r-- | man/status.Rd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/status.Rd b/man/status.Rd index 8ff3531b..1cadbfcc 100644 --- a/man/status.Rd +++ b/man/status.Rd @@ -4,6 +4,8 @@ \alias{status} \alias{status.mmkin} \alias{print.status.mmkin} +\alias{status.mhmkin} +\alias{print.status.mhmkin} \title{Method to get status information for fit array objects} \usage{ status(object, ...) @@ -11,6 +13,10 @@ status(object, ...) \method{status}{mmkin}(object, ...) \method{print}{status.mmkin}(x, ...) + +\method{status}{mhmkin}(object, ...) + +\method{print}{status.mhmkin}(x, ...) } \arguments{ \item{object}{The object to investigate} |