Skip to content

Releases: jazznbass/scplot

0.6.0 release candidate

27 Jun 08:56
4e5e305

Choose a tag to compare

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() argument label.
  • New label argument for the set_dataline() and add_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

29 Jun 08:04
dce4d94

Choose a tag to compare

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_phasenames now 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))

0.3.3

03 Jun 14:53
66da614

Choose a tag to compare

cran release patch

0.3.0

21 Mar 17:34

Choose a tag to compare

first CRAN release

v0.2.2-alpha

23 Apr 14:29

Choose a tag to compare

v0.2

21 Feb 11:34

Choose a tag to compare

v0.2 Pre-release
Pre-release
Merge branch 'master' of github.com:jazznbass/scplot