I am trying to isolate only one plot among a 4-panel display of diagnostic plots using a GEV model.
This is what I tried to isolate the last plot of the 4 plots (i.e. the bottom-right plot):
superfit <- fevd(x=Gcomb, type="GEV")
plot(superfit, which=c(2,2))
But this results in this error:
Error in box(...) : invalid 'which' argument
In addition: There were 12 warnings (use warnings() to see them)
Why could this be happening?
Thank you, and I look forward to your response!