hsi_transect_to_index: Transect to HSI Index

View source: R/transect.R

hsi_transect_to_indexR Documentation

Transect to HSI Index

Description

Transect to HSI Index

Usage

hsi_transect_to_index(
  x,
  distance = "Distance",
  habitat = "Habitat",
  by = 1,
  n = 10^6
)

Arguments

x

A data frame.

distance

A string of the column name with transect distance values.

habitat

A string of the column name with habitat values.

by

A number of the increments.

n

A count of the number of samples to take.

Value

A hsi data frame

Examples

hsi_transect_to_index(trans_data)

poissonconsulting/hsi documentation built on June 14, 2025, 2:27 p.m.