Creates a ggplot object that has the ratio R on the horizontal axis and the fraction of sensors corresponding to the Rmax state on the vertical axis

# S4 method for Sensor
plotFractionMax(object, FUN = getFractionMax, R = getR(object))

Arguments

object

An sensor object

FUN

A function in the form FUN(Sensor, R) --> Fraction in Max State

R

An array of numeric ratio values

Value

A ggplot object