graph - R Programming- Used customising package ggfortifty on plot -


hi created time series in r , used ggfortify make pretty.

it uses function called autoplot wish change axis , title names, unsure how to.

salesarmaplot <-arima(sales, order = c(1,1,1)) finalforecast <-forecast(sales, x=banter, y= banter,armaplot,h=8) autoplot(finalforecast) 

the image attached shows plot.

image

try using following parameters inside autoplot function

xlab = "x_label",  main = "title",  ylab = "y_label" 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -