state_plot: Create state space plot for specific interaction

Description Usage Arguments Value Examples

View source: R/state_plot.R

Description

Create state space plot for specific interaction

Usage

1
state_plot(df, N = 1)

Arguments

df

A dataframe of two variables - winner and loser. Individuals should be named 1-4.

N

Row of the dataframe to plot the state space for.

Value

a plot of the state space at row If N of the dataframe

Examples

1
state_plot(fish[1:20,2:3], N=20)

jalapic/hierformR documentation built on May 18, 2019, 11:18 a.m.