Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

calculaPerc

calculates percentage


Description

With this function, you can calculate the ratio of one quantity or magnitude relative to another evaluated in percentage.

Usage

calculaPerc(valor, observados)

Arguments

valor

number amount you to know the percentage

observados

number relationship to which you want to calculate the percentage, if it is a vector of integers is calculated its average.

Details

calculaPerc = ((valor)/mean(observados))*100


Fgmutils

Forest Growth Model Utilities

v0.9.5
GPL-2
Authors
Clayton Vieira Fraga Filho, Ana Paula Simiqueli, Gilson Fernandes da Silva, Miqueias Fernandes, Wagner Amorim da Silva Altoe
Initial release
2018-10-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.