[Rd] dotplot in a loop

Qifei Zhu zhu_qifei at yahoo.com.sg
Sat Apr 18 19:13:02 CEST 2009


Ok, noted. Sorry for the confusion.



-----Original Message-----
From: Martin Maechler [mailto:maechler at stat.math.ethz.ch] 
Sent: Saturday, April 18, 2009 1:02 PM
To: Qifei Zhu
Cc: r-devel at r-project.org
Subject: Re: [Rd] dotplot in a loop

This is *definitely* a question for R-help,
not for R-devel.

Please do not misuse R-devel!

Regards,
Martin

>>>>> "QZ" == Qifei Zhu <zhu_qifei at yahoo.com.sg>
>>>>>     on Sat, 18 Apr 2009 12:34:38 -0400 writes:

    QZ> Hi all,
    QZ> I'm a newbie R developer, am trying to dotplot a few graphs using a
for
    QZ> loop.

    QZ> The following code works fine but once I wanna plot inside a loop,
nothing
    QZ> happens.
    >> for(i in 1:1){dotplot(y~x)}
    >> y <- c(1,2,3)
    >> x <- c('a','b','c')
    >> dotplot(y~x)

    >> for (i in 1:3) {dotplot(y~x)} (y and x depends on I in actual case)
    QZ> Nothing happens.

    QZ> I appreciate your advice on what is going wrong? Thanks.


    QZ> Best,
    QZ> Tony

    QZ> ______________________________________________
    QZ> R-devel at r-project.org mailing list
    QZ> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list