## S3 method for class 'pn':
head(x, p = NULL, ...)
Arguments
x
A pn object.
p
Percentiles to be printed. These must be between 0 and 100 (inclusive). Percentiles greater than 50, if not given, are automatically calculated as 100-p. Values can be non-integers.
...
Other arguments passed to add head.
Value
The top part of pn object.
Details
Prints the head of the pn object. Note, p refers to the percentiles and not column numbers.