Displaying 4 results from an estimated 4 matches for "lily_stats".
2010 Nov 19
2
Calculating distance between longitude,latitude of 2 points
Hi all,
I would like to know a way of calculating the distance between 2 points when
I already have the longitude and latitude of the points.
For example :
Point 1 : 52? 9'54.00"N 4?25'8.40"E
Point 2 : 52?27'46.80"N 4?33'18.00"E
Distance between point 1 and point in km ....
Is there any functions already available for this ?
Any help will be much
2010 Aug 16
1
data frame handling
Dear all,
I have an xts object , t.xts with 4 columns: "v1" "DD1" "v2" "DD2" and
created a data frame :
t <- as.data.frame(t.xts)
I would like to extract data and create a new data frame for when the values
in column DD1 falls between 0 and 30 and extract the corresponding v1 value.
How can I do this?
Thanks.
--
View this message in context:
2010 Jul 30
2
Data Handling
Hi,
I am very new to R so these questions may seem simple!
I have a huge 2 sets of data(matrix 5x20000++) in the following formats ,
for example "data.txt" and "data2.txt":
Date Time X Y
03/03/1983 20:00 0.1 990
I would like to recreate a new matrix which filters through "data.txt" and
2010 Aug 17
0
Merge xts
Hi all ,
I have 12 xts objects of differing timeseries stamp. For example :
> str(s1_predict.xts)
An ?xts? object from 1990-03-25 20:00:00 to 1990-12-15 09:00:00 containing:
Data: num [1:725, 1] 11.23 10.18 9.3 9.74 10.18 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : NULL
Indexed by objects of class: [POSIXt,POSIXct] TZ:
Original class: 'double'
xts