plot.sna_urls: Plotting Social Networks

Description Usage Arguments Details See Also

View source: R/plotting.R

Description

Plotting tools for social network analysis

Usage

1
2
## S3 method for class 'sna_urls'
plot(x, method = "igraph", ...)

Arguments

x

a sna_urls object

method

the plotting method to use, defaults to basic R graphics via igraph{plot.igraph}

...

other arguments passed to plotting method

Details

The possible plotting methods are, initially, all provided by the igraph package. The methods, noted below, can be modified via passing arguments through ....

igraph

uses igraph:::plot.igraph

tkplot

uses igraph::tkplot

rglplot

uses igraph::rglplot

See Also

igraph{plot.igraph}


jhollist/snaWeb documentation built on April 7, 2020, 12:49 a.m.