Skip to content
Prev 88813 / 398500 Next

Extracting numerical vectors from an array - use of multhist (plotrix)

Ana Florencia Silbering <anafs <at> zedat.fu-berlin.de> writes:
I think you need

multhist(list(risetime[,,,1,],risetime[,,,2,]))

or for more clarity

L <- list(risetime[,,,1,],risetime[,,,2,])
multhist(L)

 (try it that way first and then put in all the
extra arguments)

  good luck
   Ben Bolker