overview {dynRB}R Documentation

Overview function

Description

This functions can be used to show the graphics generated by the functions dynRB_Pn,dynRB_Vn and dynRB_VPa.

Usage

overview(r, row_col = c(3, 3))

Arguments

r

Output of the function dynRB_Pn,dynRB_Vn or dynRB_VPa.

row_col

Number of rows and columns of the figures. Default: row_col = c(3, 3)

Author(s)

Manuela Schreyer manuelalarissa.schreyer@sbg.ac.at,
Wolfgang Trutschnig Wolfgang.Trutschnig@sbg.ac.at,
Robert R. Junker Robert.Junker@sbg.ac.at (corresponding author),
Jonas Kuppler Jonas.Kuppler@uni-duesseldorf.de,
Arne Bathke Arne.Bathke@sbg.ac.at

Examples

# example for the function dynRB_Pn
# for reliable results use steps = 201
data(finch2)
r<-dynRB_Pn(finch2, steps = 101)
overview(r)

[Package dynRB version 0.18 Index]