percent_vol {SDLfilter} | R Documentation |
UD percent volume
Description
Function to calculate a percent volume on a utilisation distribution (UD)
Usage
percent_vol(x, percent = 100)
Arguments
x |
A vector containing the probability density. |
percent |
An integer specifying the percent volume of a UD to be considered. |
Details
This function calculates a percent volume on a UD. The probability beyond the specified range will be assigned with a zero value.
Value
A vector containing the specified percent volume.
Author(s)
Takahiro Shimada
[Package SDLfilter version 2.3.3 Index]