z_normalise {gtable} | R Documentation |
The z values within a gtable object can be any numeric values. This function will change them to integers (starting from 1), preserving the original order.
z_normalise(x, i = 1)
x |
A gtable object |
i |
The z value to start counting up from (default is 1) |
Ties are handled by the "first"
method: the first occurrence
of a value wins.