I have a variable named hub_wspd and one named hub_wspd_error and so I want to say if hub_wspd_error is == 0, then plot(hub_wspd), if hub_wspd_error is > 0 then don't plot(hub_wspd). How do I do this?
if hub_wspd_error is == 0
plot(hub_wspd)
if hub_wspd_error is > 0
Aucun commentaire:
Enregistrer un commentaire