Releases: jazznbass/scplot
Releases · jazznbass/scplot
0.6.0 release candidate
Release candidate for cran.
scplot 0.6.0
-
Compatible with the new ggplot2 version which changed to S7 classes.
-
Themes that have been created with scplot prior version 0.6.0 must be recreated by executing the respective functions due to the adaption to S7 classes.
-
New function
scplot_rand(): Takes an scdf and a statistic from the rand-test() function and returns a plot with the stat results for varying phase B start positions.
scplot_rand(byHeart2011[1:5], "Slope B-A")- Fixed bug that did did not allow to set the dvar and add a statline.
scplot 0.5.1
- Fixed bug that did not allow to draw plots for randomization test results.
scplot 0.5.0
- Deprecated:
add_legend()argumentlabel. - New
labelargument for theset_dataline()andadd_statline()arguments. This sets the characte string that is used in a legend. - New generic for
scplot(). - New function
scplot.sc_rand(): Create histogram or xy plots for rand_tests. - New function
scplot.sc_tauu(): Create a forestplot for Tau-U analyses.scplot(tau_u(Leidig2018), effect = "A vs. B - Trend A") - New function
scplot.sc_hplm(): Create a forestplot for hplm analyses.scplot(hplm(Leidig2018), effect = "intercept")
0.4.0
Major cran release
- New function
plot.sc_tauu(): Create a forestplot for Tau-U analyzes.
plot(tau_u(Leidig2018), effect = "A vs. B - Trend A")
- New function
plot.sc_hplm(): Create a forestplot for hplm analyses.
plot(hplm(Leidig2018), effect = "intercept")
- Solved:
set_phasenamesnow works when phases are not coded as factors - Removed connecting lines that occured with identical phase names
- New function
add_line(): Allows to add ab lines, horizontal or vertical lines. - "trendA theil-sen" now represents theil-sen regresssion line (not Siegel)
- New theme "illustration"
- New default for
scplot(): When an scdf includes an info and/or author attribute this is printed as a footnote/ caption (to remove it:scplot(example_A24) |> add_caption(NULL))