altf4
Object.The function plots selected outcomes from altf4
object.
# S3 method for altf4
plot(x,non.interactive=NULL, ...)
Called for making a plot.
an object of altf4
class
optional, logical
, indicate whether plots should be made in non-interactive mode, by default non.interactive=FALSE
, i.e., the user specifies in the interactive menu which plots will be made
not used
After executing the command, the User is asked to choose
1 - for plotting expected coefficients in separate png files, saved in the temporary directory, and moreover, to paste them into one big plot (also saved as a png file in the temporary directory),
2 - for plotting weights of all models used in averaging,
3 - for plotting expected window size.
Chosing 0 exits the plot
command.
If non.interactive=TRUE
all the above plots are made.
# \donttest{
wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
a <- altf4(y=wti,x=drivers,windows=c(36,100,150))
plot(a)
# }
Run the code above in your browser using DataLab