Seems like you are using code that someone other than yourself had written.
The best person to ask would be the original author of that code. The way
you quote the code, there's no context for anyone to guess what `impres' is,
other than that the author probably expected it to be either a logical, or a
scalar numeric. Similar to C, integer value can be used as logical
expression: 0 = FALSE, anything else is TRUE.
Andy
> From: Jinsong Zhao
>
> Dear all,
>
> In one S+ program, I found the following code.
>
> if (impres) cat("blah blah blah \n")
>
> Would someone here like to tell me what's the counterpart in R to
> impres in S+?
>
> Thanks in advance!
>
> Best wishes,
>
> Jinsong
>
> =====
> (Mr.) Jinsong Zhao
> Ph.D. Candidate
> School of the Environment
> Nanjing University
> 22 Hankou Road, Nanjing 210093
> P.R. China
> E-mail: [EMAIL PROTECTED]
>
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html