Development version 4.2.3.9000 Hotfix 19-July-2018
add 'color.src' argument (with 20 different colors set as default) to 'siarplotdatawrapper' and 'siarplotdata' functions.
user can set the colors for source items by themselves using the above 'color.src' argument,
e.g.
siarplotdata(model1,iso=c(2,1), color.src = c("red", "blue", "green"))siarplotdata(model1,iso=c(2,1),leg = 2, color.src = c("red", "blue", "yellow"))
changed the output in 'siarhdrs' function from c("Low 95% hdr","High 95% hdr","mode","mean") to c("Mean", "SD", "2.5%", "5%", "25%", "50%", "75%", "95%", "97.5%") as default .
Development version 4.2.3.9000 Hotfix 19-July-2018
add 'color.src' argument (with 20 different colors set as default) to 'siarplotdatawrapper' and 'siarplotdata' functions.
user can set the colors for source items by themselves using the above 'color.src' argument, e.g.
siarplotdata(model1,iso=c(2,1), color.src = c("red", "blue", "green"))
siarplotdata(model1,iso=c(2,1),leg = 2, color.src = c("red", "blue", "yellow"))
changed the output in 'siarhdrs' function from c("Low 95% hdr","High 95% hdr","mode","mean") to c("Mean", "SD", "2.5%", "5%", "25%", "50%", "75%", "95%", "97.5%") as default .