Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
workflow and analysis for use-wear
Basic Info
- Host: GitHub
- Owner: zoometh
- License: cc-by-4.0
- Language: HTML
- Default Branch: main
- Size: 3.39 MB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
License
Citation
README.md
useweaR an R package for use-wear analysis
Integrates surface analysis (with geodiv) and interactive 3D visualisation (with plotly) on 3D confocal microscopy surfaces
Install and load package
Install the R package
devtools::install_github("zoometh/useweaR")
And load the package
library(useweaR)
Read and plot the surface with Plotly
``` library(dplyr)
xyz <- readdat() plotlysurface_3d(xyz, export.plot = FALSE) ```
Will open an interactive 3D Plotly viewer
Owner
- Name: Thomas Huet
- Login: zoometh
- Kind: user
- Location: 2 South Parks Road, Oxford OX1 3TG
- Company: University of Oxford
- Website: https://tinyurl.com/zoometh
- Repositories: 7
- Profile: https://github.com/zoometh
Prehistory and Computational Archaeology
Citation (citation.cff)
cff-version: 1.0.0 message: "If you use this software, please cite it as below." authors: - family-names: "Huet" given-names: "Thomas" orcid: "https://orcid.org/0000-0002-1112-6122" title: "Usewear" version: 0.0.0.9000 doi: date-released: url: "https://github.com/zoometh/usewear"
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- DescTools * imports
- dplyr * imports
- geodiv * imports
- htmlwidgets * imports
- plotly * imports
- knitr * suggests
- rmarkdown * suggests