{"id":13668676,"url":"https://github.com/heike/ggparallel","last_synced_at":"2025-03-16T20:31:14.259Z","repository":{"id":3786670,"uuid":"4864612","full_name":"heike/ggparallel","owner":"heike","description":"R package for creating hammock plots and parallel sets plots using the ggplot2 framework.","archived":false,"fork":false,"pushed_at":"2024-03-09T20:10:27.000Z","size":14132,"stargazers_count":41,"open_issues_count":7,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-09T01:30:02.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://heike.github.io/ggparallel/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heike.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-07-02T20:39:58.000Z","updated_at":"2024-11-14T19:59:50.000Z","dependencies_parsed_at":"2024-08-02T08:04:30.879Z","dependency_job_id":"63ec254d-4233-4357-8621-7887bb4ca4d1","html_url":"https://github.com/heike/ggparallel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heike%2Fggparallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heike%2Fggparallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heike%2Fggparallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heike%2Fggparallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heike","download_url":"https://codeload.github.com/heike/ggparallel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T08:00:46.441Z","updated_at":"2025-03-16T20:31:12.231Z","avatar_url":"https://github.com/heike.png","language":"R","funding_links":[],"categories":["パッケージ紹介"],"sub_categories":["ggparallel"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# ggparallel\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/ggparallel)](https://CRAN.R-project.org/package=ggparallel)\n[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/last-month/ggparallel?color=blue)](https://r-pkg.org/pkg/ggparallel)\n[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/heike/ggparallel/commits/main)\n[![codecov test coverage](https://codecov.io/gh/heike/ggparallel/graph/badge.svg?token=zfeqffIjxY)](https://codecov.io/gh/heike/ggparallel)\n[![R-CMD-check](https://github.com/heike/ggparallel/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/heike/ggparallel/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n\nThe R package `ggparallel` implements and combines different types of parallel coordinate plots for categorical data: [hammock plots](http://www.schonlau.net/publication/03jsm_hammockplot_old.pdf), [parallel sets plots](https://datavizcatalogue.com/methods/parallel_sets.html), and [common angle plots](https://ieeexplore.ieee.org/document/6634157), as well as common angle plots with a hammock-like adjustment for line widths.\n\n## Installation\n\nThe package is available on CRAN:\n\n```\ninstall.packages(\"ggparallel\")\n```\n\nYou can install the development version of ggparallel from [GitHub](https://github.com/) with:\n\n```\n# install.packages(\"remotes\")\nremotes::install_github(\"heike/ggparallel\")\n```\n\n## Basic use case\n\n\n\n```{r}\nlibrary(ggparallel)\ndata(mtcars)\n\nggparallel(list(\"gear\", \"cyl\"), data=mtcars)\n```\n\n\n```{r}\nggparallel(list(\"gear\", \"cyl\"), data=mtcars, method=\"hammock\", ratio=0.25)\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheike%2Fggparallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheike%2Fggparallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheike%2Fggparallel/lists"}