Displaying 1 result from an estimated 1 matches for "hydrological_data_analysis".
2011 Oct 21
1
How to create time series objects combining two vectors
I am new to R and trying to understand time series objects.
I have 2 vectors, one containing rainfall values (lets call the vector
"rain") and the other the time/date in seconds (lets call it "time"). Is
there a method to create a time series object simply by giving the "rain"
and "time" vectors as inputs? Something in the line of:
time_series_object