search for: depict

Displaying 20 results from an estimated 207 matches for "depict".

2009 Apr 20
4
graph with 15 combinations
...t with 4 types (W, C, E & S). Now I have values for all types plus all possible combinations (the order is unimportant): W, C, WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would like to represent everything in one graph and as concise as possible. Drawing 4 circles and depicting it as overlap just gives me 13 out of the 15 possibilities needed (as e.g. depicted here http://www.psy.ritsumei.ac.jp/~akitaoka/classic9e.html in the graph "Four circles surrounding illusion"). Does anybody has a nice solution, ideally with a possible solution in R? Thanks in advanc...
2002 Jan 04
1
plotting missing data patterns
I have one other problem and then I'll stop and get back to writing. I want to plot a missing data matrix (the R matrix a la Little and Rubin) to graphically depict where the missing data lie in the matrix. Some statistical packages produce a graphical depiction of the missing data patterns by plotting the matrix, color-coding the plot with contrasting colors for either missing or present. So far, I have fumbled my way through parts of it but I can't...
2003 Oct 22
1
questions about axis
Dear helper. I am a beginer. I have difficulties to handle axis. I want to draw axis label such that axis has range of [-0.4,0.4] with intervel 0.2 for x and y axis. Some part of range do not have data points. Thus, plot does not show whole range. How can I enforce plot to depict the whole range regardless of existence of data points ? Another problem is that when I depict axis labels, some labels are overlapped because interval is very small. In this case, I'd like to put one of label into insde the box which is drawn by plot. How can I do this ? If I can see relate...
2006 Dec 20
2
RuleFit & quantreg: partial dependence plots; showing an effect
...fter accounting for the average effects of the other variables. The plot method [plot(summary(rq(y ~ x1 + x2, t=seq(.1,.9,.05))))] of Professor Koenker's quantreg program appears to do the same thing. Question: Is there a difference between these two types of plot in the manner in which they depict the relationship between explanatory variables and the response variable ? Thank you inav for your help. Regards, Mark Difford. ------------------------------------------------------------- Mark Difford Ph.D. candidate, Botany Department, Nelson Mandela Metropolitan University, Port Elizabeth,...
2008 Feb 21
4
undefined method `save' for :Array
hi all when i m trying to save my tags.this error s cmng........cn anybody help me to how to save the array error depicting = undefined method `save'' for []:Array --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF...
2003 Feb 24
3
bwplot stats question
Hi List, Just wondering where the documentation exists for the statistics which makeup the bwplot. I'm guessing that if R is like similar products that the graph is constructed as The median is the filled circle. The box surrounding the filled circle depicts the 25th and 75th quartile. The range of values is given by the dotted lines (?whiskers?) outside of each box, and possible outliers are given by the open circles outside the box. Is this close? Thanks Kenneth E. Nussear Phone 775 784-1703 Ecology, Evolution and...
2012 Oct 22
5
Represent point size according to frequency
Hello! I would like to make a scatterplot of my data, but the problem is that several points have the same x and y values and are represented as only one point. I wonder if there is a way to represent the data points, but with point size representing the frequency of the depicted x-y value? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Represent-point-size-according-to-frequency-tp4646976.html Sent from the R help mailing list archive at Nabble.com.
2005 Sep 16
2
help required on read.table
Hi all i am facing a peculiar problem for data input using read.table which i never faced previously. i have a data file by name abnew.txt with two coloumns data as depicted below. A B 420 422 314 321 the txt file is created using the excel save as option. i issued the statement as > a <- read.table("abnew.txt", header=TRUE) > a X.??S 1 NA 2 2 3 2 4 NA 5 2 6 2 7 NA 8 2 9 2 10 NA t...
2012 Jun 06
2
changing axis labels
Dear all, I am making a function for creating plots and part of this function is to change the labels to x axis that instead of number contains percentage number. I want to change the x axis to depict the percentage value of the presented data x<-c(501:600) y<-c(201:300) plot(x,y,axes=F) axis(2,labels=T) text=round(seq(0,100,length.out=5),2) # make percentage bar at=round(seq(min(x),max(x),length.out=5),2) axis(1,at=at,labels=F) mtext(text=text,side=1,line=1,at=at) as you will see th...
2008 Sep 08
2
(no subject)
Hello all, I have a very large file (280k lines) containing three comma separated variables. The first variable is a 0 or 1 depicting a pass or fail. The other two are X and Y coordinates. Is there a good way I can represent this data in a chart/plot form other than using a 3d histogram? If I need to use the histogram, should I base my chart off the example contained in the RGL package? Thanks a lot. -- Jason Thibodeau ECE...
2008 Apr 11
2
Questions related to plotting boxplots of time series data
...ons) which I would like to summarize as a time series of boxplots. I don't know how to do this and I am not sure how I should structure the data to get what I want. Another related question: while doing this, can I have some of the time series shorter than others? Ideally I would prefer to depict 99%, 95%, 75%, 50%, etc. confidence intervals to show the distribution of the data. Is this possible? How can I do it? Thanks in advance? Regards, Tom -- Thomas E Adams National Weather Service Ohio River Forecast Center 1901 South State Route 134 Wilmington, OH 45177 EMAIL: thomas.adams at...
2020 Feb 28
2
LXC, ADDC and xattr_tdb...
I came back on this topic. As just depicted on: https://lists.samba.org/archive/samba/2019-December/227626.html there's no way to run samba AD DC on a unprivileged LXC container, because samba need the XATTR SYSTEM namespace that is reserved on container. Could be doable 'offloading' all XATTR from filesystem with a module...
2005 Oct 10
2
possible bug in image() ??
...nd then plots the image of this matrix. cc=runif(n=1500,min=0.1,max=1.2) ccc=ceiling(cc-1) dd=runif(n=1500,min=0.1,max=1.2) ddd=ceiling(dd-1) ee=runif(n=1500,min=0.1,max=1.2) eee=ceiling(ee-1) x=matrix(data=c(ccc,ddd,eee),nrow=1500) image(x) ..where the first column in x (vector ccc) is depicted horizontally along the bottom of the image. However, when I overplot the non-zero elements of the vectors ccc, ddd and eee onto their respective horizontal positions on the image,.. points(seq(0,1,1/(1500-1)),(ccc)^-1*0) points(seq(0,1,1/(1500-1)),(ddd)^-1*0.5) points(seq(0,1,1/(1500-1)),(...
2010 Apr 08
2
erasing an area of a graph
...is best when par('bg') = 'transparent' is, however, eluding me. I've looked through the archives and the book R Graphics without quite seeing the light. Help or pointers to help would be welcome. Terry T Details (for the inquiring mind). In drawing a pedigree subjects are depicted as cirle, square, diamond, or triangle (for gender= male, female, unknown, terminated). This can be subdivided into shaded regions to show the value of various ancillary variables. One ancillary is easy - just fill with a color. For two you fill the left and right half separately, etc. Two, t...
2007 Jun 24
2
adding lines to stripchart
I have two points of collection across 20 subjects (pre and post for each), so 20 pairs of data points. I would like to plot the actual raw data points for each subject for both pre and post and connect lines between these two points (20 in all) to depict real change between the two timepoints. I have tried using stripchart which adequately plots the two lines of subject data points. Attempting to use segments however has been difficult. It seems that the segments command gives too many coordiate points - so where segments has: x0, y0, x1, y1 I...
2016 Apr 22
2
Finding Highest value in groups
Hi I have two columns in data frame. First column is based on "ID" assigned to each group of my data (similar ID depicts one group). From second column, I want to identify highest value among each group and want to assign the same ID to that highest value. Right now the data looks like: ID Value 1 0.69 1 0.31 2 0.01 2 0.99 3 1.00 4 NA 4 0 4 1 5 0.5...
2017 Oct 29
2
Incorrect characters in Chinese font
...so, you've found the problem. > > Then the short-term fix is to use a different (correct) font and the long-term solution will start with filing a bug report against the faulty font. > Frank, you are right. I switched from Monospace to DejaVu Sans and the three characters are correctly depicted. Now, how do I report the problem with the Monospace font used in CentOS 7?
2010 Feb 11
3
[LLVMdev] Metadata
...(http://llvm.org/docs/LangRef.html#metadata) has been fully updated with how !dbg metadata is used in http://llvm.org/docs/SourceLevelDebugging.html. At least to me it is not clear. In my mind I translate the phrase "LLVM IR allows metadata to be attached to instructions " into a grammar depicted in SourceLevelDebugging.html. I was going to ask about this, but I'll let you instead. :-) Garrison On Feb 11, 2010, at 16:42, David Greene wrote: > On Thursday 11 February 2010 14:56:16 Chris Lattner wrote: > >>> I give up! What is the syntax for attaching metadata to in...
2020 Feb 05
2
Samba, ACLs and 'primary group'...
...mode with AD mode. In these years seems i've sticked with 'POSIX ACLs', building around policy and scrpts to manage ACLs, so probably it is better to keep at it (for me, of course). And my Windows client works happily! Also, for the tests i've done, 'windows ACL' works as depicted on the wiki page if and only if you set also: acl_xattr:ignore system acls = yes acl_xattr:default acl style = windows FYI. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG...
2010 Apr 19
1
[LLVMdev] FYI: Changing RunSafely.sh to only track user time
On Apr 18, 2010, at 11:08 PM, John Criswell wrote: > Second, why are you only interested in user time? The reason why we had > RunSafely.sh measure user + system time is that it gives a more accurate > depiction of how well an optimization works. If a program spends most > of its time in the OS, increasing speed in user-space doesn't gain us > much. If a transform decreases user time but increases system time, > then measuring only user time may show a speedup when measuring > user...