pmax
showMethods("pmax")
selectMethod("pmax", "ANY") # the default method
pmin
showMethods("pmin")
selectMethod("pmin", "ANY") # the default method
pmax.int
showMethods("pmax.int")
selectMethod("pmax.int", "ANY") # the default method
pmin.int
showMethods("pmin.int")
selectMethod("pmin.int", "ANY") # the default method
Run the code above in your browser using DataLab