# load example datasets
data("egSimPerformance")
data("egSimSummary")
data("egClimData")
plotPerformanceSpaceMulti(egSimPerformance, egSimSummary,
perfThreshMin = c(NA, 0.80), perfThreshMax = c(30, NA))
# add alternate climate data and specify different colours for the plot
plotPerformanceSpaceMulti(egSimPerformance, egSimSummary, perfThreshMin = c(NA, 0.80),
perfThreshMax = c(30, NA), climData = egClimData, col = viridisLite::magma(3))
# example using simple scaled simulations
data("egScalPerformance")
data("egScalSummary")
data("egClimData")
plotPerformanceSpaceMulti(egScalPerformance, egScalSummary, perfThreshMin = c(NA, 0.80),
perfThreshMax = c(30, NA), climData = egClimData)
Run the code above in your browser using DataLab