Skip to contents

Calculate the maxima within each column

Usage

colMaxima(dataFrame, na.rm = FALSE)

Arguments

dataFrame

data frame of which to calculate columnwise maxima

na.rm

passed to the max function