diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-24 00:32:00 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-24 00:32:00 +0200 |
commit | dd80ab5d64bc6b56587b0542dc95e965a3a25590 (patch) | |
tree | 5d7f1b1ff464a9cb9401e6a32be5485adaae7118 /man/print.mmkin.Rd | |
parent | ba806b0255821d5e508d82c7bf7dc68cc3c8328c (diff) |
Plot method for nlme.mmkin objects
Update docs
Diffstat (limited to 'man/print.mmkin.Rd')
-rw-r--r-- | man/print.mmkin.Rd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/print.mmkin.Rd b/man/print.mmkin.Rd new file mode 100644 index 00000000..29abe143 --- /dev/null +++ b/man/print.mmkin.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/mmkin.R +\name{print.mmkin} +\alias{print.mmkin} +\title{Print method for mmkin objects} +\usage{ +\method{print}{mmkin}(x, ...) +} +\arguments{ +\item{x}{An \link{mmkin} object.} + +\item{\dots}{Not used.} +} +\description{ +Print method for mmkin objects +} |