Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
heike committed Nov 23, 2022
1 parent f34b278 commit 9a1786a
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 19 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^\.github$
^data-raw$
^cran-comments\.md$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggpcp
Type: Package
Title: Parallel Coordinate Plots in the ggplot2 Framework
Title: Parallel Coordinate Plots in the 'ggplot2' Framework
Version: 0.2.0
Date: 2022-11-22
Authors@R: c(
Expand Down
7 changes: 4 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' \item{surftemp, temperature}{mean surface/near surface air temperature (in Kelvin)}
#' }
#'
#' @source <http://stat-computing.org/dataexpo/2006/>
#' @source \url{https://community.amstat.org/jointscsg-section/dataexpo/dataexpo2006}
#' @docType data
#' @name nasa
#' @usage nasa
Expand Down Expand Up @@ -60,8 +60,9 @@
#' \item{G}{scores by pathologist G.}
#' }
#' @source
#' Data published as Table 1 in Landis, J. Richard, and Koch, Gary G. "An Application of Hierarchical Kappa-type Statistics in the Assessment of Majority Agreement among Multiple Observers." Biometrics 33.2 (1977): 363-74, doi: 10.2307/2529786.
#' Study and Design in Holmquist, Nelson D., McMahan C.A., Williams O. Dale. Variability in classification of carcinoma in situ of the uterine cervix. Arch Pathol. 1967 Oct;84(4):334-45. PMID: 6045443, doi: 10.1097/00006254-196806000-00023.
#' Data published as Table 1 in Landis, J. Richard, and Koch, Gary G. "An Application of Hierarchical Kappa-type Statistics in the Assessment of Majority Agreement among Multiple Observers." Biometrics 33.2 (1977): 363-74, \doi{10.2307/2529786}.
#'
#' Study and Design in Holmquist, Nelson D., McMahan C.A., Williams O. Dale. Variability in classification of carcinoma in situ of the uterine cervix. Arch Pathol. 1967 Oct;84(4):334-45. PMID: 6045443, \doi{10.1097/00006254-196806000-00023}.
#' @docType data
#' @name Carcinoma
#' @usage Carcinoma
Expand Down
4 changes: 2 additions & 2 deletions R/geom-pcp.r
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ aes_pcp <- function(x = pcp_x, y = pcp_y, yend = pcp_yend, class = pcp_class, gr
#' @references
#' M. d’Ocagne. (1885) *Coordonnées parallèles et axiales: Méthode de transformation géométrique et procédé nouveau de calcul graphique déduits de la considération des coordonnées parallèles.* Gauthier-Villars, page 112, \url{https://archive.org/details/coordonnesparal00ocaggoog/page/n10}.
#'
#' Al Inselberg. (1985) *The plane with parallel coordinates.* The Visual Computer, 1(2):69–91, \url{http://link.springer.com/10.1007/BF01898350}.
#' Al Inselberg. (1985) *The plane with parallel coordinates.* The Visual Computer, 1(2):69–91, \doi{10.1007/BF01898350}.
#'
#' Ed J. Wegman. (1990) *Hyperdimensional data analysis using parallel coordinates.* Journal of the American Statistical Association, 85:664–675, \url{https://doi.org/10.2307/2290001}.
#' Ed J. Wegman. (1990) *Hyperdimensional data analysis using parallel coordinates.* Journal of the American Statistical Association, 85:664–675, \doi{10.2307/2290001}.
#' @export
#' @return a list consisting of a [ggplot2::layer()] object and its associated scales.
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ This idea is not new - a function under the very same name was at some point par

## References

+ Hofmann H., Vendettuoli M.: Common Angle Plots as Perception-True Visualizations of Categorical Associations, IEEE Transactions on Visualization and Computer Graphics, 19(12), 2297-2305, 2013. doi: 10.1109/TVCG.2013.140
+ Hofmann H., Vendettuoli M.: Common Angle Plots as Perception-True Visualizations of Categorical Associations, IEEE Transactions on Visualization and Computer Graphics, 19(12), 2297-2305, 2013. \doi{ 10.1109/TVCG.2013.140}
+ Hurley C.: gclus: Clustering Graphics. R package version 1.3.2.
https://CRAN.R-project.org/package=gclus
+ Inselberg A., The Plane with Parallel Coordinates, The Visual Computer, 1(2), 69-91, 1985.
Expand Down
5 changes: 3 additions & 2 deletions man/Carcinoma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/geom_pcp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/geom_pcp_axes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/geom_pcp_boxes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/geom_pcp_labels.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ggpcp-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/nasa.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a1786a

Please sign in to comment.