print.plk: Print 'plk' object

Description Usage Arguments See Also Examples

Description

Prints objects of class plk, including visualising the powers.

Usage

1
2
## S3 method for class 'plk'
print(x, ...)

Arguments

x

Object of class plk.

...

Additional arguments passed to print.

See Also

plk

Examples

1
2
3
4
5
6
7
# Power law system
A <- matrix(
c(1, 0, 0, 0,
  0, 1, 2, 0,
  0, 0, 0, 0), ncol = 4, byrow = TRUE)
p <- plk(A)
p

episode documentation built on May 1, 2019, 11:17 p.m.