sus_suaro | R Documentation |
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.
sus_suaro()
... |
Optional parameters which can be supplied to
|
Returns a base plot of SUS with acceptability criteria. Line segments and text can be added on top of the base plot
sus_to_percentile
, gg_sus
#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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.