Summary
is a group generic function.
Summary(x ,..., na.rm = F) # Replace Summary with any function below
Summary
is a group generic function.
The current list of functions in this group may be found by
doing
getGroupMembers("Summary")
.
Additional information may be available for specific methods, via
methods?Summary
.
The
mean
and
median
functions are not part of the Summary group.
# The Summary group of generic functions includes: # Sums & Products sum, prod # Extremes max, min # Range range # Logical Sum & Product any, all