search for: royalblu

Displaying 17 results from an estimated 17 matches for "royalblu".

Did you mean: royalblue
2020 Oct 23
2
How to shade area between lines in ggplot2
Thank you, but this split the area into two and distorts the shape of the plot. (compared to ``` p + geom_abline(slope = slope_1, intercept = intercept_1 - 1/w[2], linetype = "dashed", col = "royalblue") + geom_abline(slope = slope_1, intercept = intercept_1 + 1/w[2], linetype = "dashed", col = "royalblue") ``` Why there is a hole in the middle of the ribbon? and the color is not grey... On Fri, Oct 23, 2020 at 2:35 PM PIKAL Petr <petr.pikal at prech...
2020 Oct 26
0
How to shade area between lines in ggplot2
...ow to shade area between lines in ggplot2 > > Thank you, but this split the area into two and distorts the shape of the > plot. > (compared to ``` p + geom_abline(slope = slope_1, intercept = intercept_1 - > 1/w[2], > linetype = "dashed", col = "royalblue") + > geom_abline(slope = slope_1, intercept = intercept_1 + 1/w[2], > linetype = "dashed", col = "royalblue") ``` > > Why there is a hole in the middle of the ribbon? and the color is not > grey... > > On Fri, Oct 23, 2020 at 2:35 PM...
2023 Feb 15
0
Question about italics in legendg() - plotrix
...ype="n",xlim=c(0,1),ylim=c(-1,0)) par(font=3) legendg(0.115,-0.055,legend=c("Pan troglodytes","Macaca mulatta", "Saguinus oedipus","Lemur catta","Galago senegalensis"), pch=list(c(15,0),c(16,1),c(17,2),c(18,5),c(19,10)), col=list(c("royalblue","skyblue1"), c("chocolate","gold"),c("deeppink","lightpink"), c("black","grey"),c("forestgreen","lightgreen"))) par(font=1) legendg(0.45,-0.7,legend=c("Pan troglodytes","Macaca mulatta&...
2007 Aug 18
0
rmeta package forestplot() function
...them seem to work. Is there anything I could do? This is what I have so far: forestplot(tabletext,m,l,u,zero=0, is.summary=c(TRUE,TRUE,rep(FALSE,14),TRUE), clip=c(log(0.5), log(15)), xlog=TRUE, graphwidth = unit(4, "inches"), xticks=c(0.5, 1, 2, 4, 8,15), col=meta.colors(box="royalblue",line="darkblue", summary="royalblue")) Thanks. Christie [[alternative HTML version deleted]]
2010 Feb 03
1
graphing help: line runs off top of graph
..."VSZ")] mPERCENT = m[,c("time", "X.MEM")] pdf(file=paste(strsplit(filename, "\\.")[[1]][1],".pdf", sep="")) plot(mRSS, col="red", type='l', xlab="time (min)", ylab="memory (GB)") lines(mVSZ, col="royalblue", type='l') #plot(mPERCENT) dev.off()
2012 Apr 21
0
help with rmeta package
...forestplot(labeltext=tabletext, m=m, l=l, u=u, zero=1, clip=c(0, 3.5), align=c("r",rep("c",ncol(tabletext)-1)), xlab="Hazard Ratio", xlog=FALSE, col=meta.colors(box="royalblue",line="darkblue", summary="royalblue"), boxsize=.4 ) Not considering for the moment a few problems with grading section estimation, on my linux box labeltext columns overlap in the graph produced; is there a way to prevent this? What did...
2011 Dec 12
3
windrose color ramp issue
...h and in storms can reach wind speed over 80 mph. This has brought up an issue with the color ramp. Currently the color ramp works one of two ways: #1) Holding the pedal colors fixed: incrspeeds = 2 # fills out the increments argument pedalcolors = c("darkblue","blue","royalblue","darkturquoise","forestgreen","green","yellowgreen","yellow4","yellow","orange","red","darkred","violetred","mediumorchid","purple") #or 2) Making the pedal colors dynamic...
2008 Aug 12
1
No answer in anova.nls
...lt;- read.table(url("http://ece.ubc.ca/~nazareno/85247.arrivalRates")) plot(d) f.exp.nw <- nls(V2 ~ a. * exp(-b. * V1), data = d, list( a. = d$V2[1], b. = 0.05)) f.exp5.nw <- nls(V2 ~ a. / (1+ b. *V1), data = d, list( a. = d$V2[1], b. = 2)) lines(d$V1, predict(f.exp.nw), col = "royalblue") lines(d$V1, predict(f.exp5.nw), col = "orange") anova(f.exp.nw, f.exp5.nw) However, the output from anova.nls is: Analysis of Variance Table Model 1: V2 ~ a. * exp(-b. * V1) Model 2: V2 ~ a./(1 + b. * V1) Res.Df Res.Sum Sq Df Sum Sq F value Pr(>F) 1 13 4994.9 2...
2006 Feb 17
3
CPU time stats
hi, I am trying to find out the avg cpu time spent in each of my user methods (exclusive of other methods invoked by a method). Hence the following snippet failed miserably: ----------------------- pid$target:a.out::entry { time[probefunc] = timestamp;} pid$target:a.out::return { @spent[probefunc] = avg(timestamp - time[probefunc]);} END { printa(@spent);}
2020 Oct 23
0
How to shade area between lines in ggplot2
...# show hyperplane > (decision > boundaries are off set by 1/w[2]) w = t(svm_model$coefs) %*% > svm_model$SV # %*% = matrix multiplication > slope_1 = -w[1]/w[2] > intercept_1 = svm_model$rho / w[2] > p = p + geom_abline(slope = slope_1, intercept = intercept_1, col = > "royalblue4") > p = p + geom_ribbon(aes(ymin=intercept_1 - 1/w[2], > ymax=intercept_1 + 1/w[2], > x=x, fill = "band"), alpha = 0.3) + > scale_fill_manual("",values="grey12") > ``` > > On Fri,...
2010 Jan 10
0
ordering of additional columns in forest plot in meta package
...byvar=T, leftcols=c("studlab","rnd.subgroup1","rnd.subgroup2","event","n"), # sort order not right for 'rnd.subgroup1' and 'rnd.subgroup2' bylab=c("one","two"), sortvar=-n, col.i=rnd.subgroup1, col.by=c("royalblue"), xlim=c(0,.5) ) I suspect that it may have to do with an omitted indexing command in the forest function. Your input in kindly appreciated. Philip de Witt Hamer, MD PhD VU medical center dept neurosurgery PO Box 7057 1007 MB Amsterdam The Netherlands
2012 Aug 28
2
corrgram
Hello, are there fixed threshold values for the changes between different shades of blue in the corrgram? Or is a chang relative depending on the data? I didnt get it in manual. Thank you very much, best regards Claudia
2005 Dec 21
0
ustack() issues && correlating SIGSEGV activ ity?
...83 206571 ****************************************************************** This message is intended only for the stated addressee(s) and may be confidential. Access to this email by anyone else is unauthorised. Any opinions expressed in this email do not necessarily reflect the opinions of royalblue. Any unauthorised disclosure, use or dissemination, either whole or in part is prohibited. If you are not the intended recipient of this message, please notify the sender immediately. ******************************************************************
2020 Oct 23
2
How to shade area between lines in ggplot2
...uot;purple", size=4, alpha=0.5) # show hyperplane (decision boundaries are off set by 1/w[2]) w = t(svm_model$coefs) %*% svm_model$SV # %*% = matrix multiplication slope_1 = -w[1]/w[2] intercept_1 = svm_model$rho / w[2] p = p + geom_abline(slope = slope_1, intercept = intercept_1, col = "royalblue4") p = p + geom_ribbon(aes(ymin=intercept_1 - 1/w[2], ymax=intercept_1 + 1/w[2], x=x, fill = "band"), alpha = 0.3) + scale_fill_manual("",values="grey12") ``` On Fri, Oct 23, 2020 at 10:26 AM PIKAL Pe...
2007 May 21
3
Selecting complementary colours
Dear r-helpers, I wonder whether, given the "#rrggbb" representation of a colour, there is a simple way to select the complementary colour, also expressed as a "#rrggbb" string. Any suggestions would be appreciated. John -------------------------------- John Fox, Professor Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604
2000 Feb 29
0
mapping of colornames into hsv: half way done
..., "red4", "#8B0000", "rosybrown", "#BC8F8F", "rosybrown1", "#FFC1C1", "rosybrown2", "#EEB4B4", "rosybrown3", "#CD9B9B", "rosybrown4", "#8B6969", "royalblue", "#4169E1", "royalblue1", "#4876FF", "royalblue2", "#436EEE", "royalblue3", "#3A5FCD", "royalblue4", "#27408B", "saddlebrown", "#8B4513", "salmon",...
2005 Sep 15
10
Can I use printa() for printing multiple agg regations?
...org > ****************************************************************** This message is intended only for the stated addressee(s) and may be confidential. Access to this email by anyone else is unauthorised. Any opinions expressed in this email do not necessarily reflect the opinions of royalblue. Any unauthorised disclosure, use or dissemination, either whole or in part is prohibited. If you are not the intended recipient of this message, please notify the sender immediately. ******************************************************************