You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data(app1.calib)
app1.lr<- loadReg(Phosphorus~ model(1), data=app1.calib,
flow="FLOW", dates="DATES", conc.units="mg/L",
station="Illinois River at Marseilles, Ill.")
# Produce the full suite of diagnostic plots
plot(app1.lr)
I get an Observed vs. fitted plot but none of the remaining plots. Instead I get an error:
Warning message:
In device(width = width, height = height, pointsize = fontSize, :
Quartz device is not available on this platform
platform details
settingvalueversionRversion4.0.3 (2020-10-10)
osUbuntu20.04.1LTSsystemx86_64, linux-gnuuiRStudio
language (EN)
collateen_US.UTF-8ctypeen_US.UTF-8tzAmerica/New_Yorkdate2021-01-18
The text was updated successfully, but these errors were encountered:
If I run the example from the docs:
I get an
Observed vs. fitted
plot but none of the remaining plots. Instead I get an error:platform details
The text was updated successfully, but these errors were encountered: