search for: sayincom

Displaying 1 result from an estimated 1 matches for "sayincom".

2012 Feb 10
1
Formatting Y axis.
...g1p(y)) q2 <- qqnorm(log1p(x)) points( q1, col = "red") points( q2, col = "blue") abline( qqline(log1p(y), col = "red") ) abline( qqline(log1p(x), col = "blue") ) legend( "bottomright", inset = 0.02, title = "Loc_ID", c("Sayincom", "Sayout"), fill = c( "red", "blue"), horiz = TRUE) So what I want is for the y axis. or even secondary y axis if it's lined up properly to read the actual values rather than the logged values. The second part of this is in regards to my boxplots. In order...