state_plot_grid: Create state space plot grid for specific interactions

Description Usage Arguments Value Examples

View source: R/state_plot_grid.R

Description

Create state space plot grid for specific interactions

Usage

1
state_plot_grid(df, nc = NULL, nr = NULL, textsize = 10, labelno = 1)

Arguments

df

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

nc

Number of columns in the grid

nr

Number of rows in the grid

textsize

Font size of labels

labelno

Label to start plot at

Value

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

Examples

1
state_plot_grid(fish[1:30,2:3], nc=6, nr=5)

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