search for: gird

Displaying 11 results from an estimated 11 matches for "gird".

Did you mean: gerd
2009 Apr 25
2
Changing gird marks in ggplot2
...elled on my y-axis. For this graph ggplot2 only puts labels the y-axis at intervals of 10 (i.e. 0, 10, 20, ...). However, the major portion of the graph I am interested in is located between the values of 0 and 5 on the y-axis (thus why I am zoooming). How can I coerce ggplot2 into making the major gird marks so that 0, 1, 2, 3, 4, and 5 are shown as it is currently showing no label? Thanks. Also please cc me directly as I'm a digest subscriber. Chris [[alternative HTML version deleted]]
2011 Aug 03
1
expand.gird with constraints?
...list like below. > list k j 1 1 0 2 2 0 3 2 1 4 3 0 5 3 1 6 3 2 7 3 3 8 4 0 9 4 1 10 4 2 11 5 0 12 5 1 I tried expand.grid, but I can't. Any suggestion will be greatly appreciated. Regards, Kathryn Lord -- View this message in context: http://r.789695.n4.nabble.com/expand-gird-with-constraints-tp3714281p3714281.html Sent from the R help mailing list archive at Nabble.com.
2004 Oct 22
2
MySQL auth
Before I gird my loins and consider getting my fingers very dirty; in the interests of not reinventing the wheel... Is anyone working on a set of auth_mysql_*() routines to match the auth_htpasswd_*() ones in auth.c?
2011 Aug 26
1
kernlab: ksvm() bug?
Hello all, I'm trying to run a gird parameter search for a svm. Therefore I'M using the ksvm function from the kernlab package. ---- svp <- ksvm(Ktrain,ytrain,type="nu-svc",nu=C) ---- The problem is that the optimization algorithm does not return for certain parameters. I tried to use setTimeLimit() but that doesn...
2006 Apr 30
0
latest cvs head makes api more strongly typed
In previous versions the following would work as you expect with a dynamic language like Ruby. Method signature of wxGrid::SetRowLabelSize void SetRowLabelSize(int width) ex. gird = Wx::Grid.new(....) grid.set_row_label_size(some_value*0.5) which Ruby translates to gird = Wx::Grid.new(....) grid.set_row_label_size((some_value*0.5).to_i) In the latest cvs head you get this error: `set_row_label_size'': in method ''SetRowLabelSize'', argument 2 of ty...
2009 Apr 27
3
Formatting numbers
...roject.org > > You can reach the person managing the list at > r-help-owner at r-project.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of R-help digest..." > > > Today's Topics: > > 1. Re: Changing gird marks in ggplot2 (ONKELINX, Thierry) > 2. Re: argument 'exclude' in function xtabs (Matthieu Lesnoff) > 3. Question of "Quantile Regression for Longitudinal Data" > (Helen Chen) > 4. Conditional plot labels (Christian Bustamante) > 5. simulate ar...
2013 Mar 02
1
Raster images and saving with original pixel dimensions in tiff, jpeg, or png perferablly.
...e them without changing the image dimensions, and perform OCR outside R. I have read The R Journal article on raster images (http://journal.r-project.org/archive/2011-1/RJournal_2011-1_Murrell.pdf) and have experimented with some of the par() variables with no success. There are some arguments in gird.raster that elude me currently on how to use them. These include, vjust, hjust, default.units, gp and vp. Perhaps these are what I need to use but I am getting nowhere without more documentation. Here is the basic code I've used to experiment with making this work. The end result I'm hop...
2000 Jun 28
3
BMP to matrix
Hi all, is there any R function that loads a bmp file, or any other format, and converts its grid of pixels into a matrix or data frame? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000628/f3fc8b21/attachment.html
2001 Mar 27
1
Tale of kernel 2.2.19 upgrading
I'm a bit of newbie to Wine in many respects so this may be obvious to more seasoned Wine veterans, in which case I apologize. I rely on Wine to run Lotus Notes on Linux - this project has released me from my NT workstation :-) So after a kernel upgrade from 2.2.17-21mdk (as supplied with Mandrake 7.2) to an unpatched 2.2.19 about the first thing I tried was Lotus Notes on Wine. Parts of it
2008 Apr 29
3
generic question -> Genomics with R
Hi everybody, I am trying to make my mind about the use of R for Computational and Statistical Approaches to Genomics. I know this is a vaste field: this is the main reason why I am sending this message to this always useful list! Any key/entry point to this field will be extremely welcome! Please, could you help me to go in the right direction? Thanks!!! Ricardo -- Ricardo Rodr?guez
2009 Oct 11
6
A simple editable grid for Rails
Hi All, I''ve been posting some queries about an editable grid but did not get any response. I''ve started writing my own - http://github.com/ckkashyap/rails_editable_grid I''d appreciate it very much if someone could comment on it! -- Regards, Kashyap