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
it would be very nice to have an accessor function for the unit used, because it is not easy to infer from the documentation how to access the unit (e.g. for annotation purposes of a boxplot comparison, where the default axis annotation does not satisfy my curiosity). It is easy, but an occasional user doesn't know that it is. A quick (but maybe inefficient) proposal would be something like:
unit <- function(object, unit, ...) attr(summary(object, unit, ...), "unit")
Best, Ulrike
The text was updated successfully, but these errors were encountered:
Hi Joshua,
it would be very nice to have an accessor function for the unit used, because it is not easy to infer from the documentation how to access the unit (e.g. for annotation purposes of a boxplot comparison, where the default axis annotation does not satisfy my curiosity). It is easy, but an occasional user doesn't know that it is. A quick (but maybe inefficient) proposal would be something like:
unit <- function(object, unit, ...) attr(summary(object, unit, ...), "unit")
Best, Ulrike
The text was updated successfully, but these errors were encountered: