flowViz xyplot
1
0
Entering edit mode
@bastian-angermann-3193
Last seen 9.6 years ago
Hi list, I am trying to plot "FSC-W" over the ratio of "FSC-H" and "FSC-A" using flowViz::xyplot. Is there a direct method of doing this, without creating an intermediate new channel in the flowFrame? The manual hints at channel.x and channel.y as a way to achieve that, but I am at loss regarding the intended syntax. Related to that, the help states that this usage is discouraged. Is there a specific reason such as this functionality being deprecated/unstable? Thanks, Bastian Angermann -- GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT!
• 1.1k views
ADD COMMENT
0
Entering edit mode
@deepayan-sarkar-1436
Last seen 6 months ago
United States
On Thu, Jun 25, 2009 at 3:32 PM, Bastian Angermann<angerb at="" gmx.de=""> wrote: > Hi list, > > I am trying to plot "FSC-W" over the ratio of "FSC-H" and "FSC-A" > using flowViz::xyplot. Is there a direct method of doing this, without creating an intermediate new channel in the flowFrame? Well, you could create the intermediate variable temporarily on-the-fly, which is essentially the same thing. E.g., xyplot(`FSC-W` ~ Ratio, transform(fset, Ratio = `FSC-H`/`FSC-A`)) > The manual hints at channel.x and channel.y as a way to achieve that, but I am at loss regarding the intended syntax. > > Related to that, the help states that this usage is discouraged. > Is there a specific reason such as this functionality being deprecated/unstable? The restrictions on the formula are necessitated by the complicated structure of flow data. More flexibility in the formula is certainly possible, but would likely involve a lot more bookkeeping, which is not worth the effort given that alternative solutions are available. -Deepayan
ADD COMMENT
0
Entering edit mode

"uyplot"(x, data, xlab, ylab,

                               as.table = TRUE,

prepanel = prepanel.uyplot.flowPlate,

panel = panel.uyplot.flowPlate, pch = ".",

smooth = TRUE, filter = NULL,

filterResults = NULL,

displayFilter = TRUE, flowStrip=NULL,

flowStripCex=1,

strip=function(...,style=1) strip.default(...,style=1), ...)

i am using this to make the flow of my bookkeeper business i think so this is best solution available no more than good than fo me 

 

ADD REPLY

Login before adding your answer.

Traffic: 573 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6