deg.rig | R Documentation |
Computes the degree of each vertex in a Random Interval Graph based on the input intervals.
deg.rig(x)
x |
A numeric vector of length m=2*nv. |
A vector of degrees for each vertex of RIG obtained using x.
x <- arima.sim(model = list(ar=0.7), 1000) ## AR(1) model
deg.rig(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.