similar to: plots

Displaying 20 results from an estimated 6000 matches similar to: "plots"

2003 May 23
3
calling files of commands in R
Please excuse me if this is a very basic question and I am just misunderstanding the basic structure of R. Right now, I am writing everything in a buffer (emacs) and then copying it into R when it is correct. Is there a way to save a file of commands and then just type the file name or something in R and have the commands executed within R? Anna
2003 Jul 01
3
lines and legend
When I am trying to put a legend on a plot where I am using "lines", R just ignores it. I can do it with boxplot or plot, but just not with lines. Am I doing something wrong? Maybe I am just making a mistake? Anna
2003 Aug 13
1
anova and tukeyHSD
I would like to do a one way anova and then a tukeyHSD. I have three vectors A,B and C. In a previous help message, I was told to do the following for the anova: y = c(A,B,C) group = factor(rep(a:3,c(7,9,13))) #provided there a 7 elements in A,9 in B and 13 in C and then anova(lm(y~group)) Looking at the tukeyHSD method it looks like it wants the aov method which I don't understand.
2003 May 19
4
modulus operator?
Is there a modulus operator in R? Anna
2003 Aug 12
1
Post Hoc methods for anova in R
Does anyone know of some methods already programmed up ( ie freeware : ) ) in R for the post hoc methods in anova. Particularly Scheffe's method or Tukey's? Anna
2003 Jun 05
2
Fwd: Re: legend() with option adj=1
Is there a simpler way then the solution to the one that was posted here? I'm not very proficient with legend, and I don't understand this solution. All I have is two or more lines on one plot that I want to put a legend on and I can't figure out how to do it from the examples. Can you give a very simple example? It does not have to be fancy!! I have never worked with a
2003 Jun 12
1
indexing into a list 2
I didn't explain myself well. You are right about not needing a list on the right hand side of the equation below. What I end up with is a list of arrays. Now what i would like to do is to access the individual elements in the arrays in the list. For example, when I type, y[[1]], I just get the whole first array. How do I get the first element in the first array for instance? Is
2003 May 07
2
plot vertical labels along x axis
I know how to print my own labels along the x axis: plot(1:10,xlab = "My label", axes = FALSE) axis(1,at=seq(1,10,by=2),labels=c("first","second","third","fourth","fifth")) Is there a way to make the labels print vertically along the axis rather than horizontally? (I'm not sure if this is even going to look all right, but I
2003 Jul 31
2
anova
I am totally confused as to how to use anova. I have three vectors and would like to use anova on them but I don't understand how lm or glm comes into play. In matlab, you just give the three vectors. Why isn't it the same in R? Any help would be greatly appreciated. Anna
2003 Oct 23
6
repeating colors in graph 2
I've tried looking at ?colors and ?palette and if I'm understanding it correctly, I'm supposed to type in (for example) palette(rainbow(13)) before I type in my plot (of 13 lines) if I want 13 different colors. But this does not work. Other things that i have tried besides rainbow give me errors. Am I just doing something completely wrong? Anna
2003 Oct 23
2
repeating colors in graph
I have a plot with 13 lines and R repeats colors. Is there any way to make R not repeat colors, or is this just a fundamental limitation on R's part to say have only 8 colors that it can use? Anna
2003 Jun 11
1
indexing into a list
I am trying to make an array of lists. I don't think that I am doing it right however because I cannot access the individual elements of the lists once I have created the array of lists. Can someone help? for(i in 1:3){ y[[i]] = list(name[((i-1)*index+1):(i*index)]) } Anna
2003 Sep 19
1
What is wrong with m?
I've been programming in one directory and recently switched to another directory. It appears that in doing so I've uncovered a problem. My environment was saving something so that my code would work and now I don't know how to fix it. I have the following bit of code: for(i in 1:index){ indexList = lst[i] for(j in 2:jobs-1){ indexList =
2003 Apr 29
2
labels
I don't know how to retain my row labels. I read in a table with row labels, ie: Price Floor Area Rooms 52. 111. 830 5 54. 128. 710 5 47.4 101 1000 4 ... but then I need to transform the data raggedRidzeros <- function(x){ y = list(ridzeros(x[[1]])) for(i in 2:length(x)){ y = c(y,list(ridzeros(x[[i]]))) } y } (where ridzeros is a function
2004 Aug 05
2
Drawing multiple plots on one page for publication.
Hi All, I have been using R for a while but only recently tried to draw quality plots for publications. I spent a few days tried to figure out how to draw multiple plots on a single page to a postscript or pdf file but not successful. The drawing is perfect OK if it is displayed on the screen using x11() device. E.g. x11() par(mfrow=c(2,2)) par(mai=c(0.5,0.3, 0.6, 0.4)) plot(x, y,
2003 Jun 17
1
source vs. editor
When I am trying to use the source function to read in some lines of code, I get an error. The code is simply a boxplot: boxplot(s$fitness2weightedSum,s$OffNader10xWeightweightedSum,s$OffNader5xWeightweightedSum,main="weightedSum",col=8) axis(1,at=seq(1,3,by=1),las=3,labels=c("fitness2","OffNader10xWeight","OffNader5xWeight)) The error I get is: Error in
2009 Mar 05
2
identify() and postscript output
In the following, I'm fitting a logistic regression model, and using car:::influencePlot. When I run the latter with output to the screen, it calls identify() that lets me label observations with large CookD. However, if I use postscript() to get .eps output, identify() seems not to be called at all. If instead, I use dev.copy2eps() after getting output to the screen, the point labels
2004 Jan 15
2
Legend text -- discrepancy between X11 and postscript
Hi, When I place a legend on a plot it looks exactly as I intended on the screen. However, almost always, when I export this to postscript file, the legend's text protrudes through the legend's frame (the latter being placed correctly). See the appended example code. I can send the EPS file as well for those that are interested (<4 kb; <200 lines). I found nothing in the FAQS,
2003 May 19
0
FW: modulus operator?
try "%%" as the modulus operator and "%/%" for integer division eg 5%%2 equals 1 John Marsland > > -----Original Message----- > > From: Anna H. Pryor [mailto:anna at ptolemy.arc.nasa.gov] > > Sent: 19 May 2003 16:56 > > To: R Help > > Subject: [R] modulus operator? > > > > > > > > Is there a modulus operator in R?
2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
Can you push this to a repo somewhere? I want to see what the final version looks like after all your changes, but it's hard to see that with these patches. On Mon, Feb 15, 2016 at 12:38 AM, Ben Skeggs <skeggsb at gmail.com> wrote: > From: Ben Skeggs <bskeggs at redhat.com> > > Adds support for the new TIC layout that's present on Maxwell GPUs, > heavily based on