iLimitsFun {qAnalyst} | R Documentation |
iLimitsFun
receives a numeric vector. Then it returns a vector of length 2*length(x) whose elements are the x values shifted rightward and leftward by 0.5.
iLimitsFun(i)
i |
x groups coordinates |
iLimitsFun
is an internal function, used when plotting spc objects.
iLimitsFun
returns a vector of length 2*length(x)
iLimitsFun
is used by spc object plotting function.
Giorgio Spedicato and Andrea Spano'
Internal function
x=c(2,5,8,4,7) iLimitsFun(x) # 1.5 4.5 4.5 7.5 7.5 3.5 3.5 6.5 6.5 7.5