powered by
Prints objects of class plk, including visualising the powers.
plk
# S3 method for plk print(x, ...)
Object of class plk.
Additional arguments passed to print.
print
# NOT RUN { # 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 # }
Run the code above in your browser using DataLab