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.

45 results for “from:Daisy Englert Duursma”

x y plot with z coordinate scaling to a color value
Daisy Englert Duursma · May 19, 2010 · r-help

the package ggplot2 makes it really really easy! qplot(x,y,data=yourdataset, colour= color)

downloading web content
Daisy Englert Duursma · Jul 23, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130723/01863863/attachment.pl>

interfacing with website
Daisy Englert Duursma · Jul 16, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130717/efa31e26/attachment.pl>

degree C
Daisy Englert Duursma · Aug 24, 2010 · r-help

-- Daisy Englert Duursma Room E8C156 Dept. Biological Sciences Macquarie University? NSW? 2109 Australia Tel +61 2 9850 9256 10A Carrington Rd Hornsby, NSW 2077 Mobile: 0421858456

random sample from list
Daisy Englert Duursma · Apr 4, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120405/f2f39ae3/attachment.pl>

select cells in a raster and change the values to 1
Daisy Englert Duursma · Mar 19, 2012 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120319/7a2776b4/attachment.pl>

random selection of cells in raster based on distance from xy locations
Daisy Englert Duursma · Apr 3, 2012 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120403/f1301a5c/attachment.pl>

random selection of cells in raster based on distance from xy locations
Daisy Englert Duursma · Apr 2, 2012 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120403/f1f6e05c/attachment.pl>

x y plot with z coordinate scaling to a color value
Daisy Englert Duursma · May 19, 2010 · r-help

Sorry, that should be qplot(x,y,data=yourdataset, colour= z) On Thu, May 20, 2010 at 3:07 PM, Daisy Englert Duursma <daisy.duursma at gmail.com> wrote: > the package ggplot2 makes it really really easy! > > qplot(x,y...

excluding on element from a list
Daisy Englert Duursma · May 24, 2010 · r-help

Dear List, I am making a list of all the files in a folder and I want to exclude one file called "proj.current". This is the 31st file in a folder. Currently I use the command: tdirs <- list.files...

degree C symbol in a function
Daisy Englert Duursma · Aug 24, 2010 · r-help

Hello help, I have changed around some graphing code and made it into a function. Previously they y label of the axis was inserted as text in its own layout box. text(1,1, expression(~degree~C),cex=1) This...

colorRamp of image to span larger range than dataset
Daisy Englert Duursma · Sep 5, 2010 · r-help

Hello and thanks in advance, Using the dataset volcano: ascols = colorRampPalette(c("gray","yellow","darkgoldenrod1","orange","red"),interpolate="spline") x <- 10*(1:nrow(volcano)) y <- 10*(1:ncol(volcano)) image(x, y, volcano, col = ascols, axes = FALSE) In the example...

selecting rows based on number that occurs after letter
Daisy Englert Duursma · Apr 18, 2010 · r-help

Hello, I am trying to cycle through a csv and make some summary statistics. I need to select rows based on the number in the row name that comes after the letter 'y'. For example, ? BA1y1 would equal 1, ?C3A2r3y1...

xyplot axis line width
Daisy Englert Duursma · Sep 13, 2010 · r-help

check out ?par for all the details on plotting ?mgp? The margin line (in ?mex? units) for the axis title, axis labels and axis line. Note that ?mgp[1]? affects ?title? whereas ?mgp[2:3]? affect ?axis?. The default is...

divide column in a dataframe based on a character
Daisy Englert Duursma · Oct 25, 2010 · r-help

Hello, If I have a dataframe: example(data.frame) zz<-c("aa_bb","bb_cc","cc_dd","dd_ee","ee_ff","ff_gg","gg_hh","ii_jj","jj_kk","kk_ll") ddd <- cbind(dd, group = zz) and I want to...

Identifying peak periods of observations in circular yearly data
Daisy Englert Duursma · May 26, 2015 · r-help

Greetings, I am trying to identify at which point during the year 80% of bird breeding observations are. typically I would answer a question like this by finding the median or quartiles but how do I deal with situations where...

long format with reshape
Daisy Englert Duursma · Jan 24, 2013 · r-help

Hello, I tried using reshape to rearrange my data to long format but I could not get the output the table they way I wanted it. Anyway I came up with a hack that does works, but I still would...

conditional statement to replace values in dataframe with NA
Daisy Englert Duursma · Jun 6, 2012 · r-help

Hello and thanks for helping. #some data L3 <- LETTERS[1:3] dat1 <- data.frame(cbind(x=1, y=rep(1:3,2), fac=sample(L3, 6, replace=TRUE))) #When x==1 and y==1 I want to replace the 1...

Indexing to Insert values from a dataframe into a matrix
Daisy Englert Duursma · Jun 28, 2011 · r-help

Hello, I think this is a simple problem but I am not coming up with a simple solution. I think it just an indexing problem. I can easily replace values in a matrix from a dataframe when the dataframe has...

degree C symbol in a function
Daisy Englert Duursma · Aug 24, 2010 · r-help

Thanks for the advice, problem solved. -daisy On Wed, Aug 25, 2010 at 1:35 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > On Aug 24, 2010, at 10:45 PM, Daisy Englert Duursma wrote: > >> Hello help, >> >> I have changed...

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