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
Repository
Mountain plots for R
Basic Info
- Host: GitHub
- Owner: kwstat
- License: other
- Language: HTML
- Default Branch: main
- Homepage: http://kwstat.github.io/mountainplot/
- Size: 3.41 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
mountainplot 
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)
```

Owner
- Name: Kevin Wright
- Login: kwstat
- Kind: user
- Location: Iowa
- Company: Corteva Agriscience
- Twitter: kw_stat
- Repositories: 47
- Profile: https://github.com/kwstat
Statistician
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | 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
- Homepage: https://kwstat.github.io/mountainplot/
- Documentation: http://cran.r-project.org/web/packages/mountainplot/mountainplot.pdf
- License: GPL-3
-
Latest release: 1.4
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- lattice * imports
- stats * imports
- knitr * suggests
- latticeExtra * suggests
- rmarkdown * suggests
- testthat * suggests
- 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