gt; Dato:08/04/2014 15.51 (GMT+01:00)
> Til: r-help@r-project.org
> Emne: [R] locating a data value in 3-dimensional data set
>
> I have a 3-dimentional data set with dimensions "longitude",
> "latitude", and "time". Unfortunately, when I look at the rang
Sorry forgot to mention that you probably are better of using <= and >= instead
of ==
Br. Frede
Sendt fra Samsung mobil
Oprindelig meddelelse
Fra: mamuash bukana
Dato:08/04/2014 15.51 (GMT+01:00)
Til: r-help@r-project.org
Emne: [R] locating a data value in 3-dimen
lelse
Fra: mamuash bukana
Dato:08/04/2014 15.51 (GMT+01:00)
Til: r-help@r-project.org
Emne: [R] locating a data value in 3-dimensional data set
I have a 3-dimentional data set with dimensions "longitude",
"latitude", and "time". Unfortunately, when I look at the
.@r-project.org] ;
meghatalmazó: mamuash bukana [mamushbuk...@gmail.com]
Küldve: 2014. április 8. 15:50
To: r-help@r-project.org
Tárgy: [R] locating a data value in 3-dimensional data set
I have a 3-dimentional data set with dimensions "longitude",
"latitude", and "time".
> I tried:
> which(3ddata==x) # 3ddata is name of data set, x is the observed extreme
> value But this couldn't help me.
You'll need which(3ddata$long==x) if 3ddata is a data frame* with columns long,
lat, time, or something like 3ddata[ ,'long'] if it's a matrix with dimnames or
[,1] if just a
I have a 3-dimentional data set with dimensions "longitude",
"latitude", and "time". Unfortunately, when I look at the range of
values in the data set, I noticed some very extremely large(positive
and negative) values which are unexpected to be there. So I wanted to
point-out the location (lon, lat
6 matches
Mail list logo