npc {jwutil} | R Documentation |
Intended for succinctly printing summary data in a scientific publication.
npc(x, n, fmt = "%d (%s)")
x |
numeric number |
n |
numeric total |
fmt |
|
npc(1, 100) npc(1, 1) npc(2, 1) npc(1.321, 7.7432) npc(7239, 234897) npc(-10, 1000)