sus_suaro: Creates a SUS plot with acceptability criteria indicated

View source: R/sus_suaro.R

sus_suaroR Documentation

Creates a SUS plot with acceptability criteria indicated

Description

sus_suaro creates a SUS plot as shown in Suaro's book. Line segments and text can be added on top of the base plot.

Usage

sus_suaro()

Arguments

...

Optional parameters which can be supplied to geom_line.

Value

Returns a base plot of SUS with acceptability criteria. Line segments and text can be added on top of the base plot

See Also

sus_to_percentile, gg_sus

Examples

#setwd("C:/Pictures")
# ppi <- 300
# png("SUS.png", height = 2.5*ppi, width = 8*ppi, res = ppi)
sus_suaro()
segments(x0 = 63.2, y0 = 0, x1 = 63.2, y1 = .6,
  col = "red", lty = 2)
text(x = 63.2, y = .63, adj = c(.5,0),
  label = "IOT = 63.2", col = "red", cex = .8)
# dev.off()

jjw3952/mcotear documentation built on Sept. 2, 2023, 10:30 a.m.