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
{{ message }}
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
I doubt this is worth a separate issue, but if you're modifying windrose for the above issue, there's also a minor typo on line 124; to be consistent with line 127 just add an 's' to speed: stop("wind speeds need to be numeric")
I'm looking at this function so closely because I'm trying to improve functions that I write, and I've always liked making windroses from clifro. It's a really useful and well-written function; thanks!
Line 103 of cfData-plotMethods.R (the beginning of
windrose
) should say:if (missingArg(speed))
rather than:
The text was updated successfully, but these errors were encountered: