similar to: Wireframe graph: black and white shading instead of color

Displaying 20 results from an estimated 130 matches similar to: "Wireframe graph: black and white shading instead of color"

2007 Jun 02
1
Calculating column percentages of a table
Hello, I know, this is a real newbie question, but I can't find anything on this in the manuals! I know that I get calculate the column totals of a table with `apply(mytable, 2, sum)'. Now I want each column total to be 100% and calculate the percentage of each field of the column. How would I do that? Rcommander, the ultimate newb-tool, has a function `colPercents' which is exactly
2002 Dec 25
0
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
Scot, Thanks for the info. I will try your code out to verify the result, but before I do that, will your code (SAS and R) work with variable names that are longer than 8 characters long without truncating the variable name in R? Also, I wonder about using your method or the PROC EXPORT method with larger data sets. The data sets I will be working with for the most part will not be that large,
2005 Dec 15
0
Problems with snow and rpvm
Dear Friends, I'm trying to learn to use parallel computation using snow & rpvm Now, I have two boxes: 1) Pentium 4, pvm 3.4.5, R 2.2.0 with FreeBSD 5.4 (box uffbsd); 2) PowerPC, pvm 3.4.5, R 2.1.1 with Debian Linux latest stable (box powerpclinux); I'm using the instructions in (found in snow.pdf) http://www.stat.uiowa. edu/~luke/R/cluster/cluster.html. Now ** from the box
2009 Dec 22
3
XAPI source code
Hi All I have downloaded the opensource xapi source code. I am not sure what the functins of the follow modules: 1 block_device_io 2 datamodel 3 xiu (I am puzzled by the name "xiu") 4 stats 5 rpc-light 6 rss 7 xb (I think the xapi needs not to talk to xenbus directly) 8 xsrpc (why it writes some "rpc" keys to path of "domain/<domid>" in the
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
Hi, again i am stuck in my presentation, and i have never learn R before in my life but need this to be done, so please help me out for a favour: http://www.nabble.com/file/p20333155/kew.dat kew.dat run this in R and these comes up: Month Year Rain 1 Jan 1900 74.400000 2 Feb 1900 80.500000 3 Mar 1900 23.600000 4 Apr 1900 23.600000 5 May 1900 25.100000 6
2007 Sep 12
1
stastistical test on normalized data
Dear R-maillit, I have to perform a stastistical test to asses if two grug show the same or different effect on my prepartion. I tested on the same preparation only one drug and I have to use normalized data due to high variability in the control condictions. What type can I use? A non paramatric test right? And how can do it on R software? Thanks in advance Simone [[alternative HTML version
2011 Apr 05
0
lorena
Dear I would like to know how to use the Croston method in R, consaltarte if I download a package? personally work the series as a SARIMA In the present instalment have many values zeros proposed the following model, but I have many doubts with his predictions. M3 = arima (d1, order = c (2,1,4), n. ahead = 4, seasonal = list (order = c (2,1,4), period = 4)) where D1 = diff (series) Many
2007 Apr 20
1
regarding 3d Bar Plot
Hi All R experts I have data in a two dimensional table. each row of the data adds upto 100 ( hence they are percentages ). it can be interpreted as like this A - I are the matches and P - X are the players. Thus Player P scored 20% of the runs during this season in Match C, 60% in Match D and remaining 20% in Match G. I want to plot 3-d bar plot, where X axis have players, Y axis have
2010 May 28
2
problem with a function
Hi all, I have a function rho.f which gives a list of estimators. I have the following problems. rho.f(0.3) gives me the right answer. However, if I use rho.f(corr[4]) give me a different answer, even though corr[4]==0.3. This prevents me from using a for loop. Can someone give me some help? Thank you very much in advance. Hannah >
2017 Apr 10
2
133 kbps stereo killer sample
Hello! I found a sample I can ABX successfully when encoded at 133.333 kbps. I was targetting 1 MB/min. https://drive.google.com/drive/folders/0B8KWShoIrA1kQzR1Z0FFRUlfcEU floex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by Floex, downloaded from http://store.floex.cz/album/zorya floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav floex-133.opus`,
2010 Oct 26
0
XCP 0.5 killing umanaged domain (BUG?)
1) Misspelled message ''killing umanaged domain'' (must be killing UNmanaged domain) 2) more serious. I found this message after disappearance of virtual machine created early. I restart XAPI tool stack and machine was killed (not shutdowned, but completely removing). Here log (from machine where domain was resident) Main line in log file I suspect:
2012 Jun 20
2
"No text console available" when trying to get the console of a just created VM from a template on XCP
Hi there, I am trying to set up XCP on Ubuntu 12.04. I went through the procedure given in the README file of the xcp-xapi package and reached the point where the hypervisor seems to be running fine. I set up a VM using the Debian Squeeze (64bit) template and started it, giving a Debian mirror URL as install-repository. Running "xe vm-list" reports that the machine is running, but when
2003 Aug 01
1
shading in image()
Is there a way to make a shading interpolation on an image plot? Something similar to matlab 'shading interp', I think it is called Gouraud shading. What I want is to make a image plot look nicer. with image() it looks very facetted, and I would like to make it look smoother. I've tried with interp.surface() in fields package but it (obviously) makes nan values at the borders and
2011 Feb 19
1
barplot, different color for shading lines and bar
Dear all, might there be a modified barplot function out there which allows the user to specify a fill color for the bars and independent parameters for the overlaid shading lines ? Currently, when I specify density and col, the fill color for the bars is white. Thanks! Markus [[alternative HTML version deleted]]
2013 Oct 31
1
Moving averages shading / two colours / polygon
I am stuck at the following problem. I have two moving averages. One is faster than another. After plotting them I need to shade area between them in green when the faster is above slower and red where faster is below slower. Something like this: http://charts.stocktwits.com/production/original_9205513.png?1345576091 I tried with polygon but I can't do it. Any hints? Regards olo -- View
2018 Jan 12
1
shading (fill) the area between two lines
Dear All: I am trying to shade the area between the two lines; *line 1* and *line 2*. You can use this code as an example. x100<-c(-1,1,2,3,4,5,6,3) y100<-c(4,5,3,1,4,4,2,-1) plot(x100,y100) *##### line1* abline(a=-(Beta0-1)/Beta[1,2], b=-Beta[1,1]/Beta[1,2], lwd = 3, col="skyblue", lty=3) ##### lty=3, *##### line 2* abline(a=-(Beta0+1)/Beta[1,2],
2006 Apr 23
2
Window shading
Hi all. New to the list, so my apologies, if I am out of line. I was told, that window shading (rolling them up into the title bar) is on the TODO-list. As I normally rely heavily on this feature, I just wondered which priority it has, i.e. when I can expect it. I rely solely on your kindness for this, as I am neither versed in C nor graphical effects, and thus cannot provide code of my own.
2006 Jun 04
2
Window shading feature requested
Subject says it all. --------------------------------- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20060604/8bc25380/attachment.html
2006 Jun 08
1
Bug in shading
My thanks still stands, however, when one reloads compiz, any shaded windows are closed. Just wanted to let you know Best regards, Sune M?lgaard -- The best way to accelerate a Macintosh is at 9.8m sec sec. - Marcus Dolengo
2006 Jun 09
1
No window decorations with latest CVS/window shading
If I update to the latest CVS, my window decorations disappear. I'm running Gnome 2.15.2 under Gentoo, so it's possible this is some interaction with the newest gtk+ or other Gnome libraries. Gnome-window-decorator is running and the decoration plugin is loaded. I first had this problem with the latest quinnstorm, so I switched to the latest CVS for fdo compiz, removing