{"id":24182992,"url":"https://github.com/ms609/ternary","last_synced_at":"2026-02-03T12:12:24.136Z","repository":{"id":26896546,"uuid":"111806977","full_name":"ms609/Ternary","owner":"ms609","description":"Create ternary plots in R","archived":false,"fork":false,"pushed_at":"2024-10-21T08:38:32.000Z","size":227074,"stargazers_count":34,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T09:05:34.610Z","etag":null,"topics":["graphics","plotting","plotting-in-r","ternary-plots"],"latest_commit_sha":null,"homepage":"https://ms609.github.io/Ternary/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ms609.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2017-11-23T12:30:42.000Z","updated_at":"2025-03-10T18:02:25.000Z","dependencies_parsed_at":"2024-06-21T15:34:41.782Z","dependency_job_id":"f2fa8a72-95a8-474f-988b-e418f71a0a15","html_url":"https://github.com/ms609/Ternary","commit_stats":{"total_commits":528,"total_committers":7,"mean_commits":75.42857142857143,"dds":"0.39583333333333337","last_synced_commit":"23ec29c6b3e37f0a91451f96dff4f080b147e3f5"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2FTernary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2FTernary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2FTernary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2FTernary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ms609","download_url":"https://codeload.github.com/ms609/Ternary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464220,"owners_count":20942970,"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":["graphics","plotting","plotting-in-r","ternary-plots"],"created_at":"2025-01-13T08:45:56.439Z","updated_at":"2026-02-03T12:12:24.075Z","avatar_url":"https://github.com/ms609.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ternary\n\n[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#project-statuses)\n[![codecov](https://codecov.io/gh/ms609/Ternary/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ms609/Ternary)\n[![CRAN Status Badge](https://www.r-pkg.org/badges/version/Ternary)](https://cran.r-project.org/package=Ternary)\n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/Ternary)](https://cran.r-project.org/package=Ternary)\n[![DOI](https://zenodo.org/badge/111806977.svg)](https://zenodo.org/badge/latestdoi/111806977)\n\n\n'Ternary' is an R package that allows the creation of ternary plots \n(a.k.a. ternary graphs / simplex plots / Gibbs triangles / de Finetti diagrams) \nand Holdridge life zone diagrams\nusing the familiar functions of the default 'graphics' package.\n\n![Example ternary plot](https://user-images.githubusercontent.com/1695515/233467338-88a3b3a8-5580-4924-a11e-06dc8a38b3e9.png)\n\n\nFor simple use cases, generate ternary plots using the point-and-click\nShiny app:\n\n```r\ninstall.packages(\"Ternary\")\nTernary::TernaryApp()\n```\n\nFor greater control over your plots, use the R command line;\nusage instructions are available for\n[Ternary plots](https://ms609.github.io/Ternary/articles/Ternary.html)\n(with an [introductory vignette for R beginners](https://ms609.github.io/Ternary/articles/new-users.html)), and for\n[Holdridge plots](https://ms609.github.io/Ternary/articles/Holdridge.html). \n\nInstall the development version from GitHub with\n```r\ndevtools::install_github(\"ms609/Ternary\", args = \"--recursive\")\n```\nThis requires [git](https://git-scm.com/) to be installed and added to\nyour PATH system environment variable.\nYou may also require the '[curl](https://CRAN.R-project.org/package=curl)'\nR package.\n\nPlease let me know of any feature requests or bugs by [opening an \nissue on GitHub](https://github.com/ms609/Ternary/issues/).\n\n## Citation\n\nYou can cite this package as:\n\nSmith, Martin R. (2017). _Ternary: An R Package for Creating Ternary Plots._\nComprehensive R Archive Network, \n[doi:10.5281/zenodo.1068996](https://dx.doi.org/10.5281/zenodo.1068996).\n\n## See also\n\nThe R package '[ggtern](https://CRAN.R-project.org/package=ggtern)'\nimplements ternary plots within the 'ggplot2' framework.\n\nPlease note that the 'Ternary' project is released with a\n[Contributor Code of Conduct](https://ms609.github.io/packages/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fms609%2Fternary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fms609%2Fternary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fms609%2Fternary/lists"}