Npct: Combine count with a percent

Description Usage Arguments Methods (by class)

View source: R/Npct.R

Description

Combine count with a percent

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Npct(x, n, ...)

## S4 method for signature 'logical,missing'
Npct(x, n, ...)

## S4 method for signature 'logical,logical'
Npct(x, n, ...)

## S4 method for signature 'integer,integer'
Npct(x, n, ...)

## S4 method for signature 'numeric,numeric'
Npct(x, n, ...)

Arguments

x

count or object to count

n

see methods.

...

formatting arguments for formatting the percent. See format.percent.

Methods (by class)


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