Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

10 results for “from:Ortiz, John”

Package name
Ortiz, John · Jan 30, 2013 · r-help

Dear list, Can I use a character to set the name of a R package? like this (-) for example (sdp-R) Thanks, John

How identify args into R, sent from a command line.
Ortiz, John · Mar 23, 2011 · r-help

Hi, For example, I have several variables in php, like var1 = 1, 2, 3, 5, 6 var2 = 3, 1, 8 var3 = 8, 10, 4, 0, 9, 1 I sent the arguments to R, with this line: '/usr/bin/R --vanilla...

Identify duplicate numbers and to increase a value
Ortiz, John · Jan 20, 2011 · r-help

Hi everybody. I want to identify duplicate numbers and to increase a value of 0.01 for each time that it is duplicated. Example: x=c(1,2,3,5,6,2,8,9,2,2) I want to do...

Turn three Columns into a Matrix?
Ortiz, John · Feb 23, 2010 · r-help

Hi all, If I have a data frame with 3 columns as follows: > ta Species Depth Counts spc_a 120 60 spc_a 140 140 spc_b 140 5 spc_b 150 4 spc_b 180 10 spc_c 180...

pie graphs in log scale axis
Ortiz, John · Oct 28, 2013 · r-help

Dear list users, I'm doing a plot integrating Grid output with Base Graphics output (gridBase, Murrell 2012). My goal is to produce a xy plot where each point is represented by a pie. I could get it using the...

plot a vertical column of colored rectangles
Ortiz, John · Jul 16, 2011 · r-help

Hi Nacho, You should look grid.rect or grid.polygon function from "grid" library. I attach you an example, you can play with this: dat <- c(0,0,0,0,1,1,1,0,0,1) colour=ifelse(dat == 0...

increase a value by each group?
Ortiz, John · Mar 14, 2011 · r-help

Hi Tierry, Thanks for your answer, that is very close to I'm looking, but there are this difference: whit your code I get this: Depth s_name indice Im_looking 3852 Site_1 144 3852.01 3852 Site_1...

Turn three Columns into a Matrix?
Ortiz, John · Feb 24, 2010 · r-help

Subject: Re: [R] Turn three Columns into a Matrix? On Feb 23, 2010, at 3:18 PM, Ortiz, John wrote: > Hi all, > > If I have a data frame with 3 columns as follows: > >> ta > > Species Depth Counts > spc_a 120...

How to fill irregular polygons with patterns?
Ortiz, John · Nov 18, 2011 · r-help

Hi, I'm looking the best way to fill irregular polygons with patterns, Something like the function grid.pattern do, but my case is with irregular polygons. Whit this script I can get it, but I'm looking for an...

increase a value by each group?
Ortiz, John · Mar 14, 2011 · r-help

Hi everybody. I'm looking for the way to increase the depth value in 0.01 for each index group. Easier to explain with this example: >my_data=read.table("clipboard", header=TRUE) Depth s_name index 3852 Site_1...

Can't find what you're looking for? Try searching with Google .