diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 10:20:14 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 10:20:14 +0100 |
| commit | 935a03b02a17c7a47b1e074903fc85e64d938fe6 (patch) | |
| tree | 9597a2e70d4036afab7448f81164e4e10332af8e /man | |
| parent | version bump (diff) | |
| download | rgensvm-935a03b02a17c7a47b1e074903fc85e64d938fe6.tar.gz rgensvm-935a03b02a17c7a47b1e074903fc85e64d938fe6.zip | |
pass further arguments to plot function
Diffstat (limited to 'man')
| -rw-r--r-- | man/plot.gensvm.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.gensvm.Rd b/man/plot.gensvm.Rd index 50870c0..a958c4d 100644 --- a/man/plot.gensvm.Rd +++ b/man/plot.gensvm.Rd @@ -33,7 +33,7 @@ bounds will be used for the horizontal axis.} bounds will be used for the vertical axis and the value of center.plot will be ignored} -\item{...}{further arguments are ignored} +\item{...}{further arguments are passed to the builtin plot() function} } \value{ returns the object passed as input |
