Skip to content
Prev 324742 / 398503 Next

Loop FOR with histogram() from lattice

This is an FAQ.  you have to explicitly 'print' the histogram:

print(histogram(~ Mpool[[2]]$LngtClas | Mpool[[2]]$SpCode, type = "count", col = "lightgrey", xlab= "LngtClas", main = paste("Length distribution per species for Mpool", "2", sep = "_")))

Sent from my iPad
On Jun 5, 2013, at 4:37, Xochitl CORMON <Xochitl.Cormon at ifremer.fr> wrote: