(Note: An R
package for this funtion is at sdRgraph
.)
An R function than can be used for creating semantic differential (SD) inventory plots (see Wikipedia: Semantic differential for more info).
You may have to change some of the graphing parameters, as the need arises, to get better quality plots.
This directory includes:
- sdRplot.R - the R script for creating SD plots (raw source at sdRplot.R)
- sdRplot-withExamples.R - the R script with two examples (raw source at sdRplot-withExamples.R)
- sdRplot-withExamples.html - a knitr-generated output of the two examples given in the latter part of the script (HTML source at sdRplot-withExamples.html). Note that when you source sdRplot-withExamples.R on the
R
console, only the plot from the second example (single profile) will usually appear on your graphics device unless you set your graphics device to draw two plots on one page, e.g., by usingpar(mfrow=c(2,1))
.
sdRplot by Justine Leon A. Uro is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at https://github.com/justineuro/sdRplot.