plot.selectionTable: Plotting selection tables

View source: R/plot_rsiena.R

plot.selectionTableR Documentation

Plotting selection tables

Description

These are functions for constructing and presenting selection tables for the interpretation of results for network dynamics obtained with the RSiena package.

Usage

## S3 method for class 'selectionTable'
plot(x, quad = TRUE, separation = 0, ...)

Arguments

x

An object of class "selectionTable", created using RSiena::selectionTable().

quad

When TRUE (the default), a quadratic function (average and total alter) is plotted. Use quad = FALSE for similarity effects.

separation

This can be used to make the curves visually distinguishable if they overlap too much without it. An advisable value then is, e.g., 0.01.

...

Other arguments to be passed.

Value

A plot showing how the selection evaluation function changes based on ego's value and alter's value of some covariate.

Author(s)

Tom Snijders

References

Consult also the RSiena manual, Sections 13.1 and 13.3.

Examples

plot(res_siena_selection)

autograph documentation built on July 2, 2025, 5:09 p.m.