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
There is a lot of effort done - in stackplot as well as the other functions in openVA, and not just this segment of lines - to standardize the output of the algorithm packages. Doing this as one-offs in every function seems repetitive, hard to maintain, and is hard to read. We propose splitting out the standardization into a single function that can transform outputs from all of the algorithms to a standard format, and this function can be called in almost every other workflow in openVA before running specific plotting code, etc.
The text was updated successfully, but these errors were encountered:
openVA/openVA/R/stackplot.r
Lines 112 to 118 in f16a333
There is a lot of effort done - in stackplot as well as the other functions in
openVA
, and not just this segment of lines - to standardize the output of the algorithm packages. Doing this as one-offs in every function seems repetitive, hard to maintain, and is hard to read. We propose splitting out the standardization into a single function that can transform outputs from all of the algorithms to a standard format, and this function can be called in almost every other workflow inopenVA
before running specific plotting code, etc.The text was updated successfully, but these errors were encountered: