print.mkvm: Print the first order Markov's transition matrix

Description Usage Arguments Author(s) Examples

View source: R/print.mkvm.R

Description

print the first order Markov's transition matrix comptuing with mokv() function.

Usage

1
2
 ## S3 method for class 'mkvm'
print(x,digits=4,...)

Arguments

x

A mkvm object

digits

Integer inidcating the numbers of digit to print

...

Other argument for print() function

Author(s)

Andres Vallone

Examples

1
2
3
4
set.seed(100)
z<-matrix(sample(c(1:2500),625,replace=TRUE),25,25)
m<-mkv(z)
print(m)

amvallone/spDym documentation built on May 30, 2019, 8:01 a.m.