transforma_tabela {AHPWR}R Documentation

Transforms table with numbers into percentage with 2 decimal places

Description

Function to Transforms table with numbers into percentage with 2 decimal places

Usage

transforma_tabela(tabela)

Arguments

tabela

table to transforms

Value

Returns a transform table with percentage

Author(s)

Lyncoln Oliveira

Examples

tabela=data.frame(x=c(0.5, 0.25), y=c(0.55, 0.93))
transforma_tabela(tabela)


[Package AHPWR version 0.1.0 Index]