Re: [R] sort list

2012-03-14 Thread sybil kennelly
all of which come with > source code (though at the latter site, they are often a little > complicated): > > http://had.co.nz/ggplot2/ > http://addictedtor.free.fr/graphiques/ > > Michael > > On Wed, Mar 14, 2012 at 10:13 AM, sybil kennelly > wrote: > > I appr

[R] list factoring

2012-03-14 Thread sybil kennelly
Hi Guys, this is actually a thread of emails, but for some reason, even though i am a member, it's withholding my email so i said i would try it this route instead!... I appreciate the reading Thank you. If i have: matrix: > var1var2 var3 > cell1x x x > cell2

Re: [R] sort list

2012-03-14 Thread sybil kennelly
ial points,and i may have 5 special cells, I find I'm not able to see where they are on my plot because they are being covered by my not special cells :( I have been looking around for "order of factors plotted" , 'order of levels", "order of factor levels", is th

Re: [R] sort list

2012-03-13 Thread sybil kennelly
c("special", "normal")) so that when i plot this data, i can color the items in list1 as one color (eg all the special cells are red), and the rest of the items as a second color (eg all the other cells are black/blue)? Syb * On Tue, Mar 13, 2012 at 11:48 AM, Joshua Wiley

[R] sort list

2012-03-13 Thread sybil kennelly
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. > cell_data <-list(c('cell1','cell2')) > cell_data [[1]] [1] "cell1" "cell2" > factor_list <- factor(cell_data) Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have

[R] max.print

2012-03-10 Thread sybil kennelly
Dear all. I wanted to read in a 20,000 row X 60 column matrix (called "table") into R. i did this: >R >table <- read.table("table", header=TRUE) >table it prints out the start of my table (~1 rows by 7 columns) and then this error: [ reached getOption("max.print") -- omitted 5465 rows ]]

Re: [R] use map.axes for a projected map

2011-02-13 Thread sybil
Yeah, it works! I use lty=0 to suppress the grids. If I can get the longitude to display on the bottom instead of the top, i would be happier. But I am happy with it now. Thanks, -- View this message in context: http://r.789695.n4.nabble.com/use-map-axes-for-a-projected-map-tp3302918p3304067.h

[R] use map.axes for a projected map

2011-02-12 Thread sybil
Hi, I am new to R and I want to display longitude and latitude for a projected map. map.axes won't do it since it only works for unprojected map. Can anyone help me with this? Thanks, Sybil -- View this message in context: http://r.789695.n4.nabble.com/use-map-axes-for-a-projecte