Learn R Programming

WIAD: Wood Image Analysis and Dataset

The Wood Image Analysis and Dataset is a dynamic interface to extract, store and share data from images of tree rings, such as annual ring width.

WIAD presents a dynamic interface for a wide range of scientists in archeology, ecology, geology, climatology and chronology disciplines to digitise and analyze their tree ring imagery easily, back up results and share them with collaborators and the public.

Installation

Install from CRAN

The WIAD R package has been published on The Comprehensive R Archive Network (CRAN). The latest tested WIAD package can be installed from the CRAN packages repository by running the following command in an R environment:


utils::install.packages('wiad', repos = "https://cran.us.r-project.org" )

Install from GitHub

Alternatively, the latest beta release of WIAD can be directly downloaded and installed from the GitHub repository:

# install devtools first
if(!require(devtools)) install.packages('devtools')

# installing the package from the GitHub repo
devtools::install_github('bnasr/wiad')

# loading the package
library(wiad)

Usage

The interactive mode can be launched from an interactive R environment by the following command.


library(wiad)
Launch()

or


wiad::Launch()

or form the command line (e.g., shell in Linux, Terminal in macOS and Command Prompt in Windows machines) where an R engine is already installed by:


Rscript -e "wiad::Launch(Interactive = TRUE)"

Calling the Launch function opens up the WIAD app in the system’s default web browser.

Copy Link

Version

Install

install.packages('wiad')

Monthly Downloads

39

Version

0.0.1.0

License

AGPL-3

Maintainer

Bijan Seyednasrollah

Last Published

February 12th, 2021

Functions in wiad (0.0.1.0)

rotateRGB

rotate an RGB array (or any 3D array)
rotate

rotate a matrix
displayDataTable

function to add delete button to the datatable
getExampleData

Downloads and installs the WIAD Example Dataset
Launch

Launch WIAD interface
printLog

print a message into konsole given the message string for logging purposes
parseRowNumber

Extracts the row id number from the id string to delete individual rows
getBrightness

The brightness map of an image (0 to 1).