knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

autothresholdr

autothresholdr provides algorithms for automatically finding appropriate thresholds for numerical data, with special functions for thresholding images. It does this by porting ImageJ "Auto Threshold" plugin functionality to R.

The github repo of autothresholdr is at https://github.com/rorynolan/autothresholdr.

Installation

You can install the release version of autothresholdr from CRAN with:

install.packages("autothresholdr")

You can install the development version of autothresholdr from GitHub with:

devtools::install_github("rorynolan/autothresholdr")

How to use the package

The following articles contain all you need to get going:



rorynolan/autothresholdr documentation built on Jan. 4, 2024, 7:44 a.m.