deg.rcag | R Documentation |
Computes the degree of each vertex in a Random Circular Graph based on input arcs.
deg.rcag(theta)
theta |
A numeric vector of length m=2*nv. |
A vector of degrees for each vertex of RCAG obtained using theta.
x <- arima.sim(model = list(ar=0.9), 1000) ## AR(1) model
theta <- ((2*atan(x))%%(2*pi))*(180/pi) ##LAR(1) model
deg.rcag(theta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.