diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-04 14:09:45 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-04 14:09:45 +0100 |
commit | 9d6a975a0e3850a36889a18b5d9929d27b901ab3 (patch) | |
tree | 2130084703b45ba08a7f94e0d446a081a4ba2894 /man/Extract.mmkin.Rd | |
parent | d0b124992232dde30fbff83dd4eeae8fc977d3ba (diff) |
Make some example output more reproducible
In order to avoid some unnecessary documentation rebuilds
Diffstat (limited to 'man/Extract.mmkin.Rd')
-rw-r--r-- | man/Extract.mmkin.Rd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/Extract.mmkin.Rd b/man/Extract.mmkin.Rd index e27e83a0..973dc28f 100644 --- a/man/Extract.mmkin.Rd +++ b/man/Extract.mmkin.Rd @@ -37,9 +37,4 @@ # This extracts an mkinfit object with lots of components fits[["FOMC", "B"]] ) - - head( - # The same can be achieved by - fits["SFO", "B", drop = TRUE] - ) } |