search for: flowgram_superimposed

Displaying 1 result from an estimated 1 matches for "flowgram_superimposed".

2009 Sep 02
1
Howto Superimpose Multiple Density Curves Into One Plot
...com/88561/plain/ And I intend to create multiple density curve into one plot, where each curve correspond to the unique ID. I tried to use "sm" package, with this code, but without success. __BEGIN__ library(sm) dat <- read.table("mydat.txt"); plotfn <- ("~/Desktop/flowgram_superimposed.pdf"); pdf(plotfn); sm.density.compare(dat$V1,dat$V2, xlab = "Flow Signal") colfill <- c(2:10); legend(locator(1), levels(dat$V2), fill=colfill) dev.off(); __END__ Please advice what's the right way to do it or if there is alternative way to do it? I am trying to get this...