I have nearly a quarter of a million data rows like below.
it consists of readings at 15-minute intervals over 7 years.
Propertimeseries <- ts(Proper)
plot.ts(Propertimeseries)
The above code is what I used to get the graphs below.
I want to have basically the line plot that can be seen on the bottom section of the graph with reading value on the y axis and the date on one x-axis. with a secondary x-axis going from 00:15:00 to 00:00:00 for each day.
Any help would be more than appreciated!
Thank you
EDIT*
@dcruvolo
this is the output for dput()
enter code here
[3