diff --git a/R/pyro-max_chl-mean.R b/R/pyro-max_chl-mean.R index 56335c8..faef418 100644 --- a/R/pyro-max_chl-mean.R +++ b/R/pyro-max_chl-mean.R @@ -96,7 +96,7 @@ for( subseg in subsegs ){ segments( x0 = 0, x1 = 9.3, y0 = pyro_chl$upr_iqr[which(pyro_chl$chl==9.3)], lty = 2, col = 2 ) - legend( 'bottomleft', bty = 'n', + legend( 'bottomright', bty = 'n', legend = c("Median of maxima", "IQR of maxima", "Range of maxima (min/max)"), text.font = 2, diff --git a/R/pyro-med_chl-mean.R b/R/pyro-med_chl-mean.R index 473bd3d..56c118b 100644 --- a/R/pyro-med_chl-mean.R +++ b/R/pyro-med_chl-mean.R @@ -96,7 +96,7 @@ for( subseg in subsegs ){ segments( x0 = 0, x1 = 9.3, y0 = pyro_chl$upr_iqr[which(pyro_chl$chl==9.3)], lty = 2, col = 2 ) - legend( 'bottomleft', bty = 'n', + legend( 'bottomright', bty = 'n', legend = c("Median of medians", "IQR of medians", "Range of medians (min/max)"), text.font = 2, diff --git a/figs/pyro-max_chl-mean.png b/figs/pyro-max_chl-mean.png index 758d93c..8c53b0d 100644 Binary files a/figs/pyro-max_chl-mean.png and b/figs/pyro-max_chl-mean.png differ diff --git a/figs/pyro-med_chl-mean.png b/figs/pyro-med_chl-mean.png index 1c93c3f..dcb2d23 100644 Binary files a/figs/pyro-med_chl-mean.png and b/figs/pyro-med_chl-mean.png differ