acceptance_rate_plots: Acceptance rate comparison between results

View source: R/plot_functions.R

acceptance_rate_plotsR Documentation

Acceptance rate comparison between results

Description

Creates plots to compare the acceptance probabilities and time taken to run

Usage

acceptance_rate_plots(
  hier1,
  hier2,
  colours = c("blue", "green"),
  time = NA,
  hierarchical
)

Arguments

hier1

hierarchical/progressive Monte Carlo fusion result (will be in blue on plots by default)

hier2

hierarchical/progressive Monte Carlo fusion result (will be in green on plots by default)

colours

vector of 2 colours, where colours[1] is for hier1 and colours[2] is for hier2

time

time that you are comparing, if not appropriate, can use NA

hierarchical

logical value to determine if it was a result from hierarchical fusion (TRUE) or progressive fusion (FALSE)

return None


rchan26/hierarchicalFusion documentation built on Sept. 11, 2022, 10:30 p.m.