search for: boxp

Displaying 3 results from an estimated 3 matches for "boxp".

Did you mean: box
2009 Jan 22
1
ggplot seq
...reproduce the example below(49.000 records) but all I am after is trying to get the x axis breaks. I want my x axis to go from 27 to 51 and 1 to 25 by 2. I am trying to concatenate the breaks but it sorts the seq() in ascending order. Is there a way to workaround it? see scale_x_continuous below: boxP <- ggplot(WFBox, aes(Week, FL,group=Week)) boxP + geom_boxplot(outlier.colour="pink",outlier.size=3,outlier.shape=21,fill="goldenrod",colour="blue") + scale_x_discrete(breaks=c(seq(27,51,2),seq(1,25,2))) Felipe D. Carrillo Supervisory Fishery Biologist Departme...
2017 Nov 05
0
Change colour of line in logi.hist.plot
..."the money lies". You can either do a "hard hack" where you alter the value of the parameters to that inner function, ... or you can add a named parameter after the dots in the outer parameter list such as: function (independ, depend, logi.mod = 1, type = "dit", boxp = TRUE, rug = FALSE, ylabel = "Probability", ylabel2 = "Frequency", xlabel = "", mainlabel = "", las.h = 1, counts = FALSE, ..., col.cur = "red") ... and modify the inner function to read: logi.curve <- function(independ, depend...
2017 Nov 05
3
Change colour of line in logi.hist.plot
I am using the function logi.hist.plot in package popbio. I want to change the colour of the probability line from the default red to black. I have not been able to find out how to do that. [[alternative HTML version deleted]]