Skip to content

Commit

Permalink
2024-05-30
Browse files Browse the repository at this point in the history
  • Loading branch information
justineuro committed May 30, 2024
1 parent 8cb079c commit e133a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## sdRplot.R
(**Note: An `R` package for this funtion is at [`sdRgraph`](https://github.com/justineuro/sdRgraph).**)

An [**R**](https://svn.R-project.org/R/) function than can be used for creating ***semantic differential*** (SD) inventory plots (see [Wikipedia: Semantic differential](https://en.wikipedia.org/wiki/Semantic_differential) for more info) .
An [**R**](https://cran.r-project.org/) function than can be used for creating ***semantic differential*** (SD) inventory plots (see [Wikipedia: Semantic differential](https://en.wikipedia.org/wiki/Semantic_differential) for more info).

![](./images/sdRplot1.png)

You may have to change some of the graphing parameters, as the need arises, to get better quality plots.

This directory includes:

* [sdRplot.R](./sdRplot.R) - the [**R**](https://svn.R-project.org/R/) script for creating SD plots (raw source at [sdRplot.R](https://raw.githubusercontent.com/justineuro/sdRplot/master/sdRplot.R))
* [sdRplot-withExamples.R](./sdRplot-withExamples.R) - the [**R**](https://svn.R-project.org/R/) script with two examples (raw source at [sdRplot-withExamples.R](https://raw.githubusercontent.com/justineuro/sdRplot/master/sdRplot-withExamples.R))
* [sdRplot.R](./sdRplot.R) - the [**R**](https://cran.r-project.org/) script for creating SD plots (raw source at [sdRplot.R](https://raw.githubusercontent.com/justineuro/sdRplot/master/sdRplot.R))
* [sdRplot-withExamples.R](./sdRplot-withExamples.R) - the [**R**](https://cran.r-project.org/) script with two examples (raw source at [sdRplot-withExamples.R](https://raw.githubusercontent.com/justineuro/sdRplot/master/sdRplot-withExamples.R))
* [sdRplot-withExamples.html](http://justineuro.github.io/sdRplot/sdRplot-withExamples.html) - a [**knitr**](http://yihui.name/knitr/)-generated output of the two examples given in the latter part of the script (HTML source at [sdRplot-withExamples.html](./sdRplot-withExamples.html)). Note that when you source [sdRplot-withExamples.R](./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 using `par(mfrow=c(2,1))`.


Expand Down

0 comments on commit e133a39

Please sign in to comment.