{"id":13711971,"url":"https://maraab23.github.io/ggseqplot/","last_synced_at":"2025-05-06T21:33:02.376Z","repository":{"id":41292594,"uuid":"474926657","full_name":"maraab23/ggseqplot","owner":"maraab23","description":"R library for visualizing (social science) sequence data using ggplot2","archived":false,"fork":false,"pushed_at":"2024-10-31T14:02:58.000Z","size":34456,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-08T08:41:20.063Z","etag":null,"topics":["ggplot2","r","r-package","rstats","sequence-analysis","traminer","visualization"],"latest_commit_sha":null,"homepage":"https://maraab23.github.io/ggseqplot/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maraab23.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-03-28T09:11:43.000Z","updated_at":"2024-10-31T14:00:44.000Z","dependencies_parsed_at":"2024-01-07T01:39:03.319Z","dependency_job_id":"de4c74e0-e96e-4e24-8ddc-65b112b4bab7","html_url":"https://github.com/maraab23/ggseqplot","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maraab23%2Fggseqplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maraab23%2Fggseqplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maraab23%2Fggseqplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maraab23%2Fggseqplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maraab23","download_url":"https://codeload.github.com/maraab23/ggseqplot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224535695,"owners_count":17327574,"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":["ggplot2","r","r-package","rstats","sequence-analysis","traminer","visualization"],"created_at":"2024-08-02T23:01:13.496Z","updated_at":"2024-11-13T22:31:11.105Z","avatar_url":"https://github.com/maraab23.png","language":"R","readme":"---\noutput: github_document\neditor_options: \n  markdown: \n    wrap: 72\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# ggseqplot: ggplotify sequence data plots \u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\"/\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![CRAN status](https://www.r-pkg.org/badges/version/ggseqplot)](https://cran.r-project.org/package=ggseqplot)\n[![R-CMD-check](https://github.com/maraab23/ggseqplot/workflows/R-CMD-check/badge.svg)](https://github.com/maraab23/ggseqplot/actions)\n[![Codecov test coverage](https://codecov.io/gh/maraab23/ggseqplot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/maraab23/ggseqplot?branch=main)\n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ggseqplot)](https://cranlogs.r-pkg.org/badges/grand-total/ggseqplot)\n[![Codecov test coverage](https://codecov.io/gh/maraab23/ggseqplot/graph/badge.svg)](https://app.codecov.io/gh/maraab23/ggseqplot)\n\u003c!-- badges: end --\u003e\n\nThe main goal of [`{ggseqplot}`](https://maraab23.github.io/ggseqplot/) is to \nprovide functions that reproduce the sequence plots from\n[`{TraMineR}`](http://traminer.unige.ch){target=\"\\_blank\"}'s `seqplot`\nusing [`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"}.\nThese plots are produced on the basis of state sequence objects defined with\n`TraMineR::seqdef`. The package automates the reshaping and plotting of\nsequence data. This library literally builds on the excellent work of the\n[`{TraMineR}`](http://traminer.unige.ch){target=\"\\_blank\"} and\n[`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"}\ndevelopers and uses several of the their functions to produce\nggplot2-flavored figures.\n\nNote, that this library was not written because I personally dislike the\nplots produced by\n[`{TraMineR}`](http://traminer.unige.ch){target=\"\\_blank\"}, but rather\nbecause I am normally using\n[`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"} instead of\nbase R's `plot` environment for visualizing data.\n[`{TraMineR}`](http://traminer.unige.ch){target=\"\\_blank\"} was developed before\n[`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"} was as popular \nas it is today and back then many users were more familiar with coding base R \nplots. To date, however, many researchers and students are more accustomed to \nusing [`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"} and\nprefer to draw on the related skills and experiences instead of learning\nhow to refine base R plots just for the single purpose of visualizing\nsequence data.\n\n\n[`{ggseqplot}`](https://maraab23.github.io/ggseqplot/) contains the \nfollowing functions:\n\n\n-   `ggseqdplot` (equivalent to `TraMineR::seqdplot`)\n-   `ggseqeplot` (equivalent to `TraMineRextras::seqplot.tentrop`)\n-   `ggseqmsplot` (equivalent to `TraMineR::seqmsplot`)\n-   `ggseqmtplot` (equivalent to `TraMineR::seqmtplot`)\n-   `ggstrqeplot` (based on transitions rates computed with `TraMineR::seqtrate`)\n-   `ggseqiplot` (equivalent to `TraMineR::seqIplot`)\n-   `ggseqfplot` (equivalent to `TraMineR::seqfplot`)\n-   `ggseqrplot` (equivalent to `TraMineR::seqrplot`)\n-   `ggseqrfplot` (equivalent to `TraMineRextras::seqplot.rf`)\n\n\nIf you have change requests or find errors, [create an\nissue](https://github.com/maraab23/ggseqplot/issues/new) on github or\nsend me an\n[email](mailto:marcel.raab@ifb.uni-bamberg.de?subject=ggseqplot%3A%20feature%20request).\n\n\nA complementing [vignette](https://maraab23.github.io/ggseqplot/articles/ggseqplot.html) outlines how [`{ggseqplot}`](https://maraab23.github.io/ggseqplot/) reshapes sequence data\ngenerated with [`{TraMineR}`](http://traminer.unige.ch){target=\"\\_blank\"} functions to visualize them using\n[`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"}. Moreover, it \nillustrates how to adjust the baseline output using familiar\n[`{ggplot2}`](https://ggplot2.tidyverse.org/){target=\"\\_blank\"}\nfunctions (and add-ons).\n\n\n\n## Installation\n\nYou can install the CRAN version of [`{ggseqplot}`](https://maraab23.github.io/ggseqplot/) by typing:\n\n``` r\ninstall.packages(\"ggseqplot\")\n```\n\nThe development version can be installed with:\n\n``` r\ndevtools::install_github(\"maraab23/ggseqplot\")\n```\n\n\n## Acknowledgements\n\nI would like to thank Gilbert Ritschard, Tim Liao, and Emanuela Struffolino for \ntheir comments on earlier versions of this library. \n\n","funding_links":[],"categories":["Plot layers"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/maraab23.github.io%2Fggseqplot%2F","html_url":"https://awesome.ecosyste.ms/projects/maraab23.github.io%2Fggseqplot%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/maraab23.github.io%2Fggseqplot%2F/lists"}