https://github.com/dankelley/imagedigitizer

R app to digitize points in a PNG diagram

https://github.com/dankelley/imagedigitizer

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 (5.8%) to scientific vocabulary

Keywords

graph
Last synced: 5 months ago · JSON representation

Repository

R app to digitize points in a PNG diagram

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
graph
Created over 7 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog

README.md

imageDigitizer is an R shiny app that can be used to digitize points in a PNG image.

Installation

Since imageDigitizer is not on CRAN, it is installed by typing

remotes::install_github("dankelley/imageDigitizer")

in an R console.

Usage

Run the main function by typing

library(imageDigitizer)
imageDigitizer()

in an R console. The GUI has elements to guide you through the process. If you make an error, use the Undo button to remove the most recently added point. Use the Save button to save the results to a text file that has a name patterned on the name of the PNG file. Use the Code button to view a snippet of R code that can read this file, and plot the results.

Owner

  • Name: Dan Kelley
  • Login: dankelley
  • Kind: user
  • Location: Halifax, NS, Canada
  • Company: Dalhousie University

Oceanographer, University Professor and former Senator (ORCID https://orcid.org/0000-0001-7808-5911)

GitHub Events

Total
  • Issues event: 2
  • Issue comment event: 4
  • Push event: 4
Last Year
  • Issues event: 2
  • Issue comment event: 4
  • Push event: 4

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 61
  • Total Committers: 1
  • Avg Commits per committer: 61.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
dankelley k****n@g****m 61

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 14
  • Total pull requests: 0
  • Average time to close issues: 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.21
  • 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
  • dankelley (14)
Pull Request Authors
Top Labels
Issue Labels
enhancement (10) bug (2)
Pull Request Labels

Dependencies

.github/workflows/auto-assign-to-project.yml actions
  • srggrs/assign-one-project-github-action 1.2.1 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 2.15 depends
  • fs * depends
  • magick * depends
  • shiny * depends
  • colourpicker * imports
  • png * imports
  • knitr * suggests
  • rmarkdown * suggests