-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 68dcbdc 🚀
- Loading branch information
1 parent
a8741de
commit 9307535
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"path":"https://justineuro.github.io/sdRgraph/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"LICENSE","title":"LICENSE","text":"sdRgraph © 2024 Justine Leon . Uro licensed CC 4.0","code":""},{"path":"https://justineuro.github.io/sdRgraph/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Justine Leon . Uro. Maintainer.","code":""},{"path":"https://justineuro.github.io/sdRgraph/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Uro JLA (2024). sdRgraph: Creates Semantic Differential (SD) plot data. R package version 3.0, https://justineuro.github.io/sdRgraph/.","code":"@Manual{, title = {sdRgraph: Creates a Semantic Differential (SD) plot from data}, author = {Justine Leon A. Uro}, year = {2024}, note = {R package version 3.0}, url = {https://justineuro.github.io/sdRgraph/}, }"},{"path":"https://justineuro.github.io/sdRgraph/index.html","id":"sdrgraph","dir":"","previous_headings":"","what":"sdRgraph","title":"Creates a Semantic Differential (SD) plot from data","text":"sdRgraph R package contains R function, sdRplot, can used creating semantic differential (SD) inventory plots (see Wikipedia: Semantic differential info). (may change graphing parameters written function, need arises, get better quality plots; please see sdRplot, GitHub repository contains R function.) sdRgraph Justine Leon . Uro licensed Creative Commons Attribution 4.0 InternationalBased work https://github.com/justineuro/sdRgraph.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":null,"dir":"Reference","previous_headings":"","what":"Create Semantic Differential (SD) Plots — sdRplot","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"sdRplot R function (sdRgraph R package) can used creating Semantic Differential (SD) inventory plots.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"","code":"sdRplot(nx, sl, ny, x)"},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"nx number levels SD scales inventory, e.g., 5 sl scale labels given list, e.g. c(\"SA\",\"\",\"N\",\"\",\"SA\") ny number descriptor items inventory x data matrix first column (col1) containing low-end descriptors SD scales, second column (col2) containing high-end descriptors SD scales, third column beyond (col3-onwards) containing mean scale values group. names columns (col 3 ) data matrix (e.g., dimnames(x)[[2]][3:ncol(x)])) used labelling groups legend.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"SD plot data summarized matrix x.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"","code":"low<-c(\"Serious\",\"Slow\",\"Useless\",\"Tiring\",\"Old\",\"Hard\",\"Long\") high<-c(\"Fun\",\"Fast\",\"Useful\",\"Light\",\"New\",\"Easy\",\"Short\") scale<-c(\"SA\",\"A\",\"N\",\"A\",\"SA\") grp1means<-c(4.2,4.6,4.3,4.1,4.5,4.5,4.0) grp2means<-c(3.8,3.9,3.7,4.5,4.4,4.3,4.4) grp3means<-c(4.5,4.7,4.4,4.2,4.6,4.4,3.9) data<-matrix( cbind(low,high,grp1means,grp2means,grp3means), nrow=7,ncol=5,byrow=FALSE, dimnames=list(c(\"I1\",\"I2\",\"I3\",\"I4\",\"I5\",\"I6\",\"I7\"), c(\"Low\",\"High\",\"Grp1\",\"Grp2\",\"Grp3\")) ) sdRplot(5,scale,7,data)"}] | ||
[{"path":"https://justineuro.github.io/sdRgraph/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"LICENSE","title":"LICENSE","text":"sdRgraph © 2024 Justine Leon . Uro licensed CC 4.0","code":""},{"path":"https://justineuro.github.io/sdRgraph/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Justine Leon . Uro. Maintainer.","code":""},{"path":"https://justineuro.github.io/sdRgraph/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Uro JLA (2024). sdRgraph: Creates Semantic Differential (SD) plot data. R package version 3.0, https://justineuro.github.io/sdRgraph/.","code":"@Manual{, title = {sdRgraph: Creates a Semantic Differential (SD) plot from data}, author = {Justine Leon A. Uro}, year = {2024}, note = {R package version 3.0}, url = {https://justineuro.github.io/sdRgraph/}, }"},{"path":"https://justineuro.github.io/sdRgraph/index.html","id":"sdrgraph","dir":"","previous_headings":"","what":"sdRgraph","title":"Creates a Semantic Differential (SD) plot from data","text":"sdRgraph R package contains R function, sdRplot, can used creating semantic differential (SD) inventory plots (see Wikipedia: Semantic differential info). (may change graphing parameters written function, need arises, get better quality plots; please see sdRplot, separate GitHub repository contains R function.) sdRgraph Justine Leon . Uro licensed Creative Commons Attribution 4.0 InternationalBased work https://github.com/justineuro/sdRgraph.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":null,"dir":"Reference","previous_headings":"","what":"Create Semantic Differential (SD) Plots — sdRplot","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"sdRplot R function (sdRgraph R package) can used creating Semantic Differential (SD) inventory plots.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"","code":"sdRplot(nx, sl, ny, x)"},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"nx number levels SD scales inventory, e.g., 5 sl scale labels given list, e.g. c(\"SA\",\"\",\"N\",\"\",\"SA\") ny number descriptor items inventory x data matrix first column (col1) containing low-end descriptors SD scales, second column (col2) containing high-end descriptors SD scales, third column beyond (col3-onwards) containing mean scale values group. names columns (col 3 ) data matrix (e.g., dimnames(x)[[2]][3:ncol(x)])) used labelling groups legend.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"SD plot data summarized matrix x.","code":""},{"path":"https://justineuro.github.io/sdRgraph/reference/sdRplot.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Create Semantic Differential (SD) Plots — sdRplot","text":"","code":"low<-c(\"Serious\",\"Slow\",\"Useless\",\"Tiring\",\"Old\",\"Hard\",\"Long\") high<-c(\"Fun\",\"Fast\",\"Useful\",\"Light\",\"New\",\"Easy\",\"Short\") scale<-c(\"SA\",\"A\",\"N\",\"A\",\"SA\") grp1means<-c(4.2,4.6,4.3,4.1,4.5,4.5,4.0) grp2means<-c(3.8,3.9,3.7,4.5,4.4,4.3,4.4) grp3means<-c(4.5,4.7,4.4,4.2,4.6,4.4,3.9) data<-matrix( cbind(low,high,grp1means,grp2means,grp3means), nrow=7,ncol=5,byrow=FALSE, dimnames=list(c(\"I1\",\"I2\",\"I3\",\"I4\",\"I5\",\"I6\",\"I7\"), c(\"Low\",\"High\",\"Grp1\",\"Grp2\",\"Grp3\")) ) sdRplot(5,scale,7,data)"}] |