compareListIPD: Plot Interparticle Distance between Runs

View source: R/compareListIPD.R

compareListIPDR Documentation

Plot Interparticle Distance between Runs

Description

This function plots interparticle distance (IPD) between runs for each free parameter.

Usage

compareListIPD(particleDataFrameList, verbose = FALSE)

Arguments

particleDataFrameList

A list composed of multiple particleDataFrame objects, as output by doRun functions.

verbose

Commented screen output.

Value

Produces a plot with IPD between runs per generation.

Author(s)

Brian O'Meara and Barb Banbury

Examples


data(simRunExample)

pdfList <- list(resultsBMExample[[1]]$particleDataFrame, 
     resultsBoundExample[[1]]$particleDataFrame)

compareListIPD(particleDataFrameList = pdfList, verbose = TRUE)


bomeara/treevo documentation built on Aug. 19, 2023, 6:52 p.m.