{"id":19769506,"url":"https://github.com/tjmahr/polypoly","last_synced_at":"2025-04-30T17:31:19.822Z","repository":{"id":21325857,"uuid":"92176166","full_name":"tjmahr/polypoly","owner":"tjmahr","description":"Helper functions for orthogonal polynomials in R","archived":false,"fork":false,"pushed_at":"2022-10-20T15:41:22.000Z","size":256,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T17:26:08.972Z","etag":null,"topics":["data-science","r","statistics"],"latest_commit_sha":null,"homepage":null,"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/tjmahr.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-23T13:28:32.000Z","updated_at":"2022-10-21T18:29:15.000Z","dependencies_parsed_at":"2022-07-25T12:45:05.643Z","dependency_job_id":null,"html_url":"https://github.com/tjmahr/polypoly","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmahr%2Fpolypoly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmahr%2Fpolypoly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmahr%2Fpolypoly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmahr%2Fpolypoly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjmahr","download_url":"https://codeload.github.com/tjmahr/polypoly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224219737,"owners_count":17275477,"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":["data-science","r","statistics"],"created_at":"2024-11-12T04:43:34.763Z","updated_at":"2024-11-12T04:43:35.484Z","avatar_url":"https://github.com/tjmahr.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\"\n)\n```\n\n\n```{r logo, message = FALSE, echo = FALSE, fig.asp=.2, dpi=600, fig.width = 8}\nlibrary(ggplot2)\nx \u003c- poly(1:10000, degree = 6)\ndf \u003c- polypoly::poly_melt(x)\ndf$dg \u003c- as.numeric(df$degree)\nggplot(df) + \n  aes(x = observation, y = value, color = dg, group = dg) + \n  geom_line(size = 1) + \n  viridis::scale_color_viridis(option = \"viridis\") + \n  theme_void() +\n  guides(color = \"none\") +\n  coord_cartesian(xlim = NULL, ylim = NULL, expand = FALSE)\n```\n\n# polypoly \n\n\u003c!-- badges: start --\u003e\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/polypoly)](https://cran.r-project.org/package=polypoly)\n[![R-CMD-check](https://github.com/tjmahr/polypoly/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tjmahr/polypoly/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nHelper functions for polynomials created by `poly()`.\n\n## Installation\n\nInstall the latest release of polypoly from CRAN:\n\n```{r cran-installation, eval = FALSE}\ninstall.packages(\"polypoly\")\n```\n\nOr install the developmental version from Github:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"tjmahr/polypoly\")\n```\n\n\n```{r, child = \"vignettes/overview.Rmd\"}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjmahr%2Fpolypoly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjmahr%2Fpolypoly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjmahr%2Fpolypoly/lists"}