powered by
Intended for succinctly printing summary data in a scientific publication.
npc(x, n, fmt = "%d (%s)")
numeric number
numeric total
sprintf format, default being %d (%s)
sprintf
%d (%s)
# NOT RUN { npc(1, 100) npc(1, 1) npc(2, 1) npc(1.321, 7.7432) npc(7239, 234897) npc(-10, 1000) # }
Run the code above in your browser using DataLab