Skip to content

MicroWear is a tool to Examine and Score Microwear Scars in a Semi-Automatic Way

Notifications You must be signed in to change notification settings

MicroWeaR/MicroWeaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroWeaR

MicroWeaR package provides the user with a summary statistic of the sampled scars that can be exported in different formats. MicroWeaR includes functions to sample the scars, classify features as pits or scratches and then into consider also their respective subcategories, generate an output table with summary information, and obtain a visual surface-map in where scars are tracked. To install the Development version (beta) of MicroWeaR R-package from Github using devtools:

install.packages("devtools")
devtools::install_github("MicroWeaR/MicroWeaR",local=FALSE)

If running the previous lines the MicroWeaR installing fails, try this code:

install.packages("devtools")
library("devtools")
install.packages("zoom")
library(zoom)
install.packages("RANN")
library(RANN)
install_github("MicroWeaR/MicroWeaR",local=FALSE)
library(MicroWeaR)

MicroWeaR mailing list: https://groups.google.com/forum/#!forum/microwear

Subscription: https://groups.google.com/forum/#!forum/microwear/join

Releases

No releases published

Packages

 
 
 

Languages