strahler: Compute strahler stream order

View source: R/stream.r

strahlerR Documentation

Compute strahler stream order

Description

Compute strahler stream order

Usage

strahler(ws, parallel = TRUE)

Arguments

ws

A watershed

parallel

If TRUE, will compute in parallel to speed things up. Defaults to TRUE if parallel package is installed

Details

Computes Strahler stream order

Value

a vector, with one element per pixel in the watershed.


mtalluto/WatershedTools documentation built on May 21, 2022, 7:49 p.m.