Creates The Kobe Phase Plot

# S4 method for missing
kobePhase(object, xlim = c(0, 2), ylim = xlim,
  quadcol = c("yellow", "green", "red"))

Arguments

object

an object of class missing,data.frame,...

xlim

a numeric vector with x-axis limits, by default is c(0.2)

ylim

a numeric vector with y-axis limits, by default is the same as xlim

quadcol

colours for the quadrants

Examples

# NOT RUN {
kobePhase()
# }