diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-28 13:39:15 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-28 13:39:15 +0200 |
commit | f820bf5b91be0f589de16c3e3250f5f79672df75 (patch) | |
tree | 2b1406e1c9286634ca017db586e09e2299dec048 /NAMESPACE | |
parent | b1740ade9a1746ccdb325b95915ef88872489f03 (diff) |
Rename parhist to parplot and make it generic
That parhist name was not the brightest idea, as it does
not show histograms.
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,6 +36,7 @@ S3method(parms,mkinfit) S3method(parms,mmkin) S3method(parms,multistart) S3method(parms,saem.mmkin) +S3method(parplot,multistart.saem.mmkin) S3method(plot,mixed.mmkin) S3method(plot,mkinfit) S3method(plot,mmkin) @@ -126,8 +127,8 @@ export(nafta) export(nlme) export(nlme_data) export(nlme_function) -export(parhist) export(parms) +export(parplot) export(plot_err) export(plot_res) export(plot_sep) |