mountainplot

Mountain plots for R

https://github.com/kwstat/mountainplot

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary

Keywords

rstats
Last synced: 11 months ago · JSON representation

Repository

Mountain plots for R

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
rstats
Created over 11 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog License

README.md

mountainplot

CRAN_Status_Badge CRAN_Downloads

Homepage: http://kwstat.github.io/mountainplot/

Repository: https://github.com/kwstat/mountainplot

Key features

  • Extends lattice graphics to support multi-panel, multi-group mountainplots.

Installation

```R

Install the released version from CRAN:

install.packages("mountainplot")

Install the development version from GitHub:

install.packages("devtools") devtools::install_github("kwstat/mountainplot") ```

Usage

```R require(mountainplot) data(singer, package = "lattice") parts <- within(singer, { section <- voice.part section <- gsub(" 1", "", section) section <- gsub(" 2", "", section) section <- factor(section) })

Change levels to logical ordering

parts$section <- factor(parts$section, levels=c("Bass","Tenor","Alto","Soprano")) mountainplot(~height|section, data = parts, groups=voice.part, type='l', layout=c(1,4), main="Folded Empirical CDF", auto.key=list(columns=4), as.table=TRUE) ``` mountainplot

Owner

  • Name: Kevin Wright
  • Login: kwstat
  • Kind: user
  • Location: Iowa
  • Company: Corteva Agriscience

Statistician

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 18
  • Total Committers: 1
  • Avg Commits per committer: 18.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kevin Wright k****t@g****m 18

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 257 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: mountainplot

Mountain Plots, Folded Empirical Cumulative Distribution Plots

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 257 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 31.7%
Dependent repos count: 35.5%
Average: 35.7%
Downloads: 52.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • lattice * imports
  • stats * imports
  • knitr * suggests
  • latticeExtra * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite