R Experts

 

   I'm currently using an S+ script of the following format and would
like to convert it to R. The script opens a graphsheet with an
associated name, plots something (in this case a boxplot) and then
exports the contents of the graphsheet of the assigned name to an EMF
file.  I've been looking for something in R that would work the same way
but to no avail.

    Could someone please show me how this or something similar is done
in R?  (I'm trying to convert to R.)  Thanks.

 

       graphsheet(Name="SheetOne") 

       boxplot(GraphSheet = "SheetOne" , split(Df01$AUC ,
Df01$Response), varwidth=TRUE, whisklty=4, notch = TRUE, ylab ="Y" ,
xlab = "X"  )

       export.graph("C:/SheetOne.EMF", Name = "SheetOne", ExportType =
"EMF" )

 

Regards, 

Michael

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to