AndrewLJackson / siar

Stable Isotope Analysis in R - package
24 stars 5 forks source link

Matrix plot click for legend #13

Closed andrewcparnell closed 1 year ago

andrewcparnell commented 8 years ago

siarmatrixplot when run on multiple groups asks the user to click on the graph for the legend. This needs to be removed.

Reproducible example:

library(star)
data(geese2demo,sourcesdemo,correctionsdemo,concdepdemo)
out <- siarmcmcdirichletv4(geese2demo,sourcesdemo,correctionsdemo,concdepdemo)
siarmatrixplot(out)