`print.ICON` implements an S3 method for the `base::print` generic. It includes a brief one-line summary, 5 edges in the dataset, and the number of unprinted edges.

# S3 method for ICON
print(x, ...)

Arguments

x

object of class `ICON` (and, as a consequence, `data.frame`)

...

other relevant parameters

Value

does not return anything useful; prints `x`'s contents to console

Examples

if (FALSE) { get_data("aishihik_intensity") print(aishihik_intensity) }