if (FALSE) {
data(logMVbedMVC.vts)
data(NHSTrustMVCAug120.net)
#
# Plot the network and see what it is like
#
plot(NHSTrustMVCAug120.net)
#
# Do a corbit plot with this data, with only three lags and one stage
#
# Note, normally max_lag and max_stage would be higher than this, the
# values are artificially small here, as otherwise the run-time restrictions
# for CRAN packaging might be exceeded.
corbit_plot(vts=logMVbedMVC.vts, net=NHSTrustMVCAug120.net, max_lag=3, max_stage=1)
}
Run the code above in your browser using DataLab