search for: lipkins

Displaying 8 results from an estimated 8 matches for "lipkins".

2009 Jul 24
0
GGPlot 2 and odfweave
...ta=TV09,geom="bar",fill=subscriber, xlab=NULL,ylab=NULL)+coord_flip()+ opts(legend.position="none")) @ Felipe D. Carrillo? Supervisory Fishery Biologist? Department of the Interior? US Fish & Wildlife Service? California, USA > --- On Fri, 7/24/09, John Lipkins <john.lipkins at googlemail.com> > wrote: > > > From: John Lipkins <john.lipkins at googlemail.com> > > Subject: GGPlot 2 and odfweave > > To: "ggplot2" <ggplot2 at googlegroups.com> > > Date: Friday, July 24, 2009, 3:42 PM > > >...
2007 Apr 11
1
[LLVMdev] Planning on attending the LLVM meeting in Cupertino
I've been following the progress of LLVM since doing a review of the technology for Apple in 2003. Hope to be using it for one of my own projects soon, so I will be attending the meeting in May to make sure I am current and to be able to connect names and coding styles with people. Efrem Lipkin Principal CoDesign elipkin at
2009 Nov 25
2
Unique observations
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/62ecd9aa/attachment-0001.pl>
2009 Jun 22
1
maps maptools
Hey, A basic question. Is there anyone that knows a good text on using the R packages map and maptools for R? I have read the references for both but having trouble getting started. What I want to do is to load a map (.shp file) and display statistics on this maps using colours. Thanks in advance. Kind regards, John
2009 Jul 03
2
table () for more variables
Dear All, I want to create a table for several variables. As example. I have a dataframe with following data: Gender transport driving 1 0 1 0 1 0 1 0 1 Now I want to create a table in the following form: Gender
2007 May 10
3
[LLVMdev] T-Shirts: Last Call
To: Everyone That Ordered A T-Shirt Or Wants One If you want a T-Shirt but haven't ordered yet, you have until the 4pm PST tomorrow (24 hours from now) to let me know or alter your existing order. The T-Shirt is described this way: 437 JERZEES 50/50 Spot Shield Polo 50/50 cotton/poly blend, 5.6 oz. Treated with Spot Shield, most water and oil based stains bead up and roll off. 2-button
2000 Jul 11
3
postscript()
I am using RedHat 6.1, the R1.1.0 binary download, and an HP Deskjet 692C. For some time I have been trying unsuccessfully to integrate R postscript graphics in LaTex. I consulted the Bug Tracking System. In the preamble of the LaTex file (test.tex) I have placed the line \usepackage{graphicx,color} and I use \begin{figure}[htbp] \begin{center} \includegraphics[height=4in]{graphic1.ps}
2010 Feb 14
0
Keeping the attributes of an observation
Hey R list, Can someone help me with following question? I can create a listing of the unique observations in a dataframe by using: df <- df [order(df $start),] df $first_ob[!duplicated(df $ID)] <- "1" df $first_ob[duplicated(df $ID)] <- "0" Now I want to hold specific attributes of the first observation for other (the second or third …) observation of a specific