R script for generating Semantic Differential (SD) plots
(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:
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 using par(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.