show_events: option to show the events as orange squares, FALSE by default
alpha: optional argument to set the transparency of the events (show_events = TRUE). The range is from 0.1 (transparent) to 1 (opaque). Default: alpha = 1
path: vector with the nodes of the path to be highlighted. Default NULL
...: extra arguments for the plot
Returns
No return value, same as graphics::plot.
Examples
data("und_intnet_chicago")plot(und_intnet_chicago)# basic plotplot(und_intnet_chicago, enable_grid =TRUE)# with gridplot(und_intnet_chicago, xy_axes =FALSE)# without axesplot(und_intnet_chicago, path = c("V1","V2","V24","V25","V26","V48"))# highlight a path