percent: Designate a numeric vector as a percent.

Description Usage Arguments Methods (by generic)

View source: R/percent.R

Description

Designate a numeric vector as a percent.

Usage

1
2
3
4
5
6
7
percent(x, ...)

## S3 method for class 'percent'
as.character(x, places = NULL, threshold = NULL, ...)

## S3 method for class 'percent'
format(x, places = NULL, threshold = NULL, ...)

Arguments

x

a numeric object.

...

additional formatting arguments.

places

Number of places after decimal to show.

threshold

Minimum percent to show.

Methods (by generic)


halpo/short documentation built on July 18, 2019, 12:06 a.m.