Skip to content

how to create a segplot in black and white?

1 message · Rui Barradas

#
To exclude the color key use


plotBiomRatio2 <- segplot(
     reorder(factor(Species), ratioBiomass) ~ (-SEratio  ) + SEratio,
     data =  dfInOutBiom2,
     col = "black",
     level = NULL,
     #-------------- this changed
     colorkey = FALSE,
     #-------------- end
     draw.bands = FALSE,
     centers = ratioBiomass,
     [...etc...]

Rui Barradas

Em 10-09-2012 23:07, barbara costa escreveu: