Re: [R] How to create 10 minute time series from hourly data

2017-02-02 Thread Joshua Ulrich
On Wed, Feb 1, 2017 at 10:41 AM, Mary Ann Middleton wrote: > Hello, > > Apologies if this is a duplicate. I think I sent it to the wrong list > yesterday. > > I would appreciate some direction/suggestions with a problem with a time > series. > > I have a regular time series dataframe with hourly

Re: [R] How to create 10 minute time series from hourly data

2017-02-01 Thread PIKAL Petr
Hi You maybe could try ?splinefun or ?approxfun Cheers Petr > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Mary Ann > Middleton > Sent: Wednesday, February 1, 2017 5:42 PM > To: r-help@r-project.org > Subject: [R] How to cre

Re: [R] How to create 10 minute time series from hourly data

2017-02-01 Thread Bert Gunter
ck. > > ~Mary Ann > > From: "Bert Gunter" > To: "Mary Ann Middleton" > Cc: "R-help" > Sent: Wednesday, February 1, 2017 10:56:19 AM > Subject: Re: [R] How to create 10 minute time series from hourly data > &

Re: [R] How to create 10 minute time series from hourly data

2017-02-01 Thread Bert Gunter
Perhaps: ?approx Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Wed, Feb 1, 2017 at 8:41 AM, Mary Ann Middleton wrote: > Hello, > > Apologies if

[R] How to create 10 minute time series from hourly data

2017-02-01 Thread Mary Ann Middleton
Hello, Apologies if this is a duplicate. I think I sent it to the wrong list yesterday. I would appreciate some direction/suggestions with a problem with a time series. I have a regular time series dataframe with hourly data. I need to create a time series with a 10 minute interval for $Le