{"id":41494794,"url":"https://github.com/gadget-framework/gadgetplots","last_synced_at":"2026-01-23T18:39:50.398Z","repository":{"id":65621237,"uuid":"544822559","full_name":"gadget-framework/gadgetplots","owner":"gadget-framework","description":"Plot gadget3 models","archived":false,"fork":false,"pushed_at":"2026-01-15T13:48:25.000Z","size":40165,"stargazers_count":0,"open_issues_count":7,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-15T17:45:11.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gadget-framework.github.io/gadgetplots/","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/gadget-framework.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-03T09:38:07.000Z","updated_at":"2026-01-15T13:48:53.000Z","dependencies_parsed_at":"2025-08-21T15:11:52.719Z","dependency_job_id":"ddb883f5-37c5-447e-9d89-c7ffdc88d020","html_url":"https://github.com/gadget-framework/gadgetplots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gadget-framework/gadgetplots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadget-framework%2Fgadgetplots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadget-framework%2Fgadgetplots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadget-framework%2Fgadgetplots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadget-framework%2Fgadgetplots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gadget-framework","download_url":"https://codeload.github.com/gadget-framework/gadgetplots/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadget-framework%2Fgadgetplots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28697549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-23T18:39:49.792Z","updated_at":"2026-01-23T18:39:50.383Z","avatar_url":"https://github.com/gadget-framework.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\neditor_options: \n  chunk_output_type: console\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  message = FALSE, \n  warning = FALSE,\n  comment = \"#\u003e\",\n  eval = TRUE,\n  fig.path = \"man/figures/README-\"\n)\n```\n\n# gadgetplots\n**Plot gadget3 model output using ggplot2. R package version `r packageVersion(\"gadgetplots\")`**\n\n\u003c!-- badges: start --\u003e\n\u003c!-- [![R-CMD-check](https://github.com/gadget-framework/gadgetplots/workflows/R-CMD-check/badge.svg)](https://github.com/gadget-framework/gadgetplots/actions) --\u003e\n\u003c!-- badges: end --\u003e\n\nThe gadgetplots package produces diagnostics graphics for [gadget3](https://github.com/gadget-framework/gadget3) using [ggplot2](https://ggplot2.tidyverse.org/reference). The package replaces the plotting capabilities of [Rgadget](https://github.com/gadget-framework/rgadget) package which was designed to work with [gadget2](https://github.com/gadget-framework/gadget2). \n\n## Installation\n\nThe gadgetplots is not available on CRAN yet. Use the devtools or remotes packages to install directly from GitHub:\n\n```{r, eval=FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"gadget-framework/gadgetplots\")\n```\n\n## Usage\n\nSee the [**function reference**](https://gadget-framework.github.io/gadgetplots/reference/index.html) for a detailed list of functions and documentation on how to use them. \n\nThe [`make_html()`](https://gadget-framework.github.io/gadgetplots/reference/make_html.html) function generates a [single html file](https://gadget-framework.github.io/gadgetplots/articles/make_html_output.html) out of [`gadgetutils::g3_fit()`](https://rdrr.io/github/gadget-framework/gadgetutils/man/g3_fit.html) output that contains key model diagnostics. Further, the package produces plots in four categories:\n\n1) `plot_*()` functions plot gadget model **output** generated using [`gadgetutils::g3_fit()`](https://rdrr.io/github/gadget-framework/gadgetutils/man/g3_fit.html). These functions have a generic shorthand, the [`plot()`](https://gadget-framework.github.io/gadgetplots/reference/plot.gadget.fit.html), with `param` argument specifying the type of plot.\n\n2) `dplot_*()` functions plot gadget model **input data** generated using [mfdb](https://github.com/gadget-framework/mfdb), [`gadgetutils::g3_data()`](https://rdrr.io/github/gadget-framework/gadgetutils/man/g3_data.html) or [`gadgetutils::add_g3_attributes()`](https://rdrr.io/github/gadget-framework/gadgetutils/man/add_g3_attributes.html) functions.\n\n3) the `g3d_plot()` function plots **data directly** from a gadget model object.\n\n4) `g3plot_*` functions plot gadget **suitability (selectivity) functions**.\n\n## Found a bug or desire a feature?\n\nThe package is under an active development together with gadget3 framework. Please report bugs and write feature requests under [Issues](https://github.com/gadget-framework/gadgetplots/issues).\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadget-framework%2Fgadgetplots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgadget-framework%2Fgadgetplots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadget-framework%2Fgadgetplots/lists"}