Re: [R] Help in Plotting in "fArma" Package

2018-01-27 Thread Moyukh Laha
Thank you very much. Will try this. On Fri, Jan 26, 2018 at 11:34 PM, David Winsemius wrote: > > > On Jan 26, 2018, at 9:51 AM, MacQueen, Don wrote: > > > > What Dave said, plus here's a hint. Try this example (which uses base > graphics): > > > > plot(1:5) > > plot(1:5, cex.lab=2) > > > > Then

Re: [R] Help in Plotting in "fArma" Package

2018-01-26 Thread David Winsemius
> On Jan 26, 2018, at 9:51 AM, MacQueen, Don wrote: > > What Dave said, plus here's a hint. Try this example (which uses base > graphics): > > plot(1:5) > plot(1:5, cex.lab=2) > > Then look at the help page for par > help('par') > or > ?par > to search for other graphics parameters (base

Re: [R] Help in Plotting in "fArma" Package

2018-01-26 Thread MacQueen, Don
What Dave said, plus here's a hint. Try this example (which uses base graphics): plot(1:5) plot(1:5, cex.lab=2) Then look at the help page for par help('par') or ?par to search for other graphics parameters (base graphics) you can use to change various things. Success will depend, as Dave

Re: [R] Help in Plotting in "fArma" Package

2018-01-25 Thread David Winsemius
The documentation say that additional arguments will be passed. I suspect this will be a base graphics plot. You should look at the code of plot.rsfit to determine which arguments get processed. Sent from my iPhone > On Jan 25, 2018, at 10:30 AM, Moyukh Laha wrote: > > Hello, >I am n

[R] Help in Plotting in "fArma" Package

2018-01-25 Thread Moyukh Laha
Hello, I am new to R and for some of my research work I am using 'fArma' package to estimate the Hurst parameter of a time series. When I am ding the following command : rsFit(data, doplot = TRUE) I am getting the R/S plot for that time series wi