Hi,
to hide the axis generated by bxp you have to set axes=FALSE and
frame.plot=FALSE and then you can plot the x-axis by using the axis()
function
example:
boxplot(len ~ dose, data = ToothGrowth,
frame.plot=FALSE,axes=FALSE,
boxwex = 0.25, at = 1:3 - 0.2,
subset = supp == "
Hi Andre,
try acf.data$acf
regards,
Theresa
andre bedon wrote:
Hi,
Im new to R so this question is quite fundamental.
Im trying to compare some autocorrelations generated by the acf function to
some theoretical correlations. How can I have acces to just the
autocorrelations, for comput
2 matches
Mail list logo