Skip to contents

Get Channel Width

Usage

xt_width(object)

Arguments

object

Cross section.

Value

Cross section width; single numeric.

Examples

xs <- xt_sxc(1:3)
xt_width(xs)
#> [1] 1 2 3