Skip to content
Back to formatted view

Raw Message

Message-ID: <23796738.post@talk.nabble.com>
Date: 2009-05-30T19:45:44Z
From: GrzeĊ›
Subject: logical vector as a  matrix
In-Reply-To: <23785253.post@talk.nabble.com>

Thanks a lot! :)

Grze? wrote:
> 
> I have a vector like this:
> h <- c(4, 6, NA, 12) 
> and I create the secound logical vector like this:
> g <- c(TRUE, TRUE, FALSE, TRUE) 
> 
> And my problem is that I would like to get  a new "m" vector as a rasult
> "h" and "g"( as dot-matrix printer) but with missed "NA" value, for
> example:
> 
> m = (4,6,12)
> Do you have any idea?
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/logical-vector-as-a--matrix-tp23785253p23796738.html
Sent from the R help mailing list archive at Nabble.com.