search for: imosa

Displaying 3 results from an estimated 3 matches for "imosa".

Did you mean: mimosa
2009 Jul 31
1
help in using gsub and ?
Hi all, I would like to strip the R prompt from a series of code lines and copy the resulting text into a R script. For example, consider the following : ##### str1<-" > library(MASS) > data(Cars93) > attach(Cars93) > imosaic(data.frame(AirBags,Cylinders,Origin))" str2<-gsub('>','',str1) ###### This gives, as expected .? > str2 [1] "\n library(MASS)\n data(Cars93)\n attach(Cars93)\n imosaic(data.frame(AirBags,Cylinders,Origin))" How can I now activate the newline character, &qu...
2010 Mar 22
3
Mosaic Plots
Hello Everyone I want to plot Moasic Plots, I have tried them using iplots package (using imosaic). The problem is the names dont get alligned properly, is there a way to a align the names and provide legend in Mosaic plots using R? Also I would like to know any other packages using which I can plot Mosaic Plots Thank you in advance Sunita -- View this message in context: http://n4.nabble...
2010 Mar 24
0
R-help ordinal regression
...Message-ID: <1269256874432-1677468.post at n4.nabble.com> > >> Content-Type: text/plain; charset=us-ascii > >> > >> > >> Hello Everyone > >> > >> I want to plot Moasic Plots, I have tried them > using iplots package (using > >> imosaic). The problem is the names dont get > alligned properly, is there a > >> way to a align the names and provide legend in > Mosaic plots using R? > >> > >> Also I would like to know any other packages using > which I can plot Mosaic > >> Plots > >&...