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
> 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
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
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
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
5 matches
Mail list logo