pt_ex_nums | R Documentation |
pt_ex_nums()
returns a perturbation table objects from
create_num_ptable()
with some default parameters. This is useful
for quickly creating ptables to demonstrate usage in other tools.
pt_ex_nums(parity = TRUE, separation = FALSE)
parity |
a scalar logical; if |
separation |
a scalar logical; if |
Returns a ptable object if both parity
and separation
are FALSE
, else a named list.
# extra ptable for small cells names(pt_ex_nums(parity = FALSE, separation = TRUE)) # different ptables for even/odd cells names(pt_ex_nums(parity = TRUE, separation = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.