Learn R Programming

scplot

scplot is an add on package for scan which provides a convenient set of functions to create single-case graphics. scplot is based on ggplot2.

How to install scplot?

From: install.packages("scplot")

For the developmental version:

Install scplot: devtools::install_github("jazznbass/scplot")

If you get errors, look if a specific package is missing/ not found and try to install the missing package with install.packages("[name-of-the-missing-package]").

Finding help

Copy Link

Version

Install

install.packages('scplot')

Monthly Downloads

335

Version

0.5.1

License

GPL (>= 3)

Maintainer

Juergen Wilbert

Last Published

March 1st, 2025

Functions in scplot (0.5.1)

element_point

Point element
new_theme

Create a new scplot theme
set_dataline

Set data lines of an scplot
set_base_text

Set base text parameters of an scplot
scplot.sc_hplm

This function generates a forest plot for the random effects of a mixed hplm model
scplot-package

Single-Case Data Plots
set_casenames

Set casenames of an scplot
scplot.scdf

Plot single-case data
scplot.sc_rand

Plot Randomization Effects
scplot.sc_tauu

Plot Tau-U Effects
set_background

Set plot and panel background of an scplot
set_xaxis

Set axis parameters of an scplot
set_theme_element

Set a theme element
set_theme

Add a theme of to an scplot
set_separator

Set separator line in an scplot
print.scplot

print.scplot
reexports

Objects exported from other packages
set_xlabel

Set label for axis
set_phasenames

Set phasenames of an scplot
add_text

Add test to an scplot
add_marks

Add marks to an scplot
add_line

Add line to an scplot
add_title

Add title and caption to an scplot
add_labels

Add value labels to an scplot
add_grid

Add grid to an scplot
add_legend

Add a legend to an scplot
add_ridge

Add a ridge to an scplot
add_statline

Add a statline to an scplot
add_arrow

Add arrrows to an scplot
as_ggplot

Creates a ggplot2 object from an scplot() object
.inherit_scplot

Dummy function to inherit global descriptions of parameters