[R] (no subject)

David Winsemius dwinsemius at comcast.net
Tue May 30 22:05:43 CEST 2017


> On May 30, 2017, at 11:18 AM, Pedro páramo <percentil101 at gmail.com> wrote:
> 
> I have seen that the vector of dates could be:
> 
> itemizeDates(startDate="12-30-11", endDate="1-4-12")
> 
> How can I say "today" without having to declare the endDate?
> 
> Finally, if you can help mi with the plot would be very helpfull

Look at:

?Sys.Date
# And
?axis

--

David.

> 
> 
> 
> 2017-05-30 19:41 GMT+02:00 Pedro páramo <percentil101 at gmail.com>:
> 
>> Hi all,
>> 
>> I get started with R till many time ago.
>> 
>> I want to make a function that makes a plot with several inputs.
>> 
>> First of all, the first input is a date 01/01/2014.
>> 
>> I make a plot of a calculated series from 01/01/2014 till TODAY.
>> 
>> How can I make this vector authomatically without calculating in Excel?
>> 
>> Then I have a value for instance 6 and then a value 30.000
>> 
>> So each day the associated vector minorates 6.
>> 
>> the final matrix will be somenting like this
>> 
>> result
>> 
>> 01/01/2014 30000
>> 02/01/2014  29994
>> 03/01/2014 29988
>> ...
>> ....
>> 30/05/2017 (today)
>> 
>> Finally I want to plot the series but with left and right axis on de Y
>> (the horizontal axes is time)
>> 
>> Can you guide me?
>> 
>> I´m reading manual but I need it urgently so please receive my apologuises
>> if it is not very clever to ask help for you.
>> 
>> I´m sure I will achive but if you can guide me I will earn time to learn
>> what I need.
>> 
>> Many thanks in advance
>> 
>> 
>> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius
Alameda, CA, USA



More information about the R-help mailing list