Learn R Programming

SDLfilter (version 2.3.3)

percent_vol: UD percent volume

Description

Function to calculate a percent volume on a utilisation distribution (UD)

Usage

percent_vol(x, percent = 100)

Value

A vector containing the specified percent volume.

Arguments

x

A vector containing the probability density.

percent

An integer specifying the percent volume of a UD to be considered.

Author

Takahiro Shimada

Details

This function calculates a percent volume on a UD. The probability beyond the specified range will be assigned with a zero value.