From 930753560238f207578ec9914edd01e7d73149b0 Mon Sep 17 00:00:00 2001 From: justineuro Date: Thu, 30 May 2024 03:09:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20justineu?= =?UTF-8?q?ro/sdRgraph@68dcbdcd0dacc48e4907f52a51bb52d270f1b428=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- pkgdown.yml | 2 +- search.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 5b09942..aecffb9 100644 --- a/index.html +++ b/index.html @@ -53,9 +53,9 @@

sdRgraph

-

sdRgraph is an R package that contains an R function, sdRplot, that can be used for creating semantic differential (SD) inventory plots (see Wikipedia: Semantic differential for more info).

+

sdRgraph is an R package that contains an R function, sdRplot, that 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 in the written function, as the need arises, to get better quality plots; please see sdRplot, a GitHub repository that contains this R function.)

+

(You may have to change some of the graphing parameters in the written function, as the need arises, to get better quality plots; please see sdRplot, a separate GitHub repository that contains this R function.)

sdRgraph by Justine Leon A. Uro is licensed under Creative Commons Attribution 4.0 International
Based on a work at https://github.com/justineuro/sdRgraph.

diff --git a/pkgdown.yml b/pkgdown.yml index bbe3379..79adc57 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.0.9 pkgdown_sha: ~ articles: {} -last_built: 2024-05-29T11:56Z +last_built: 2024-05-30T03:09Z urls: reference: https://justineuro.github.io/sdRgraph/reference article: https://justineuro.github.io/sdRgraph/articles diff --git a/search.json b/search.json index aa7ca5d..4307085 100644 --- a/search.json +++ b/search.json @@ -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)"}]