| print.manet | R Documentation |
This function prints the output of the manet function
## S3 method for class 'manet' print(x, digits = 3, ...)
x |
A manet object. |
digits |
Number of digits. Default is 3. |
... |
Additional arguments to the print function. |
data(deepsouth) ds<-manet(deepsouth,K=2,maxT=100) print(ds)