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.

119 results for “from:melanie.r”

Build R-1.9.0 with static libraries ?
Mélanie PELEGRINI-ISSAC · May 18, 2004 · r-help

Dear all, Which options should I use when running the configure script and/or which changes should I make to Makeconf to build the binary for R-1.9.0 but using only statically linked libraries ? I need to build...

help with maps : center on the dateline
Melanie.Abecassis at noaa.gov · Nov 7, 2008 · r-help

Hi, I'm trying to plot a map of the pacific ocean, centered on the dateline, using the maps package. library(maps) # Basic library to draw maps library(mapdata)# Library with specialized maps library(mapproj) map(database = "world", fill = TRUE...

Writing to a file
Melanie Vida · Mar 7, 2005 · r-help

Here is a simple question. Is there a quicker way to write to a file several rows of data at a time rather than one line at a time? How can the code below be optimized to write several rows...

outlier threshold
Melanie Vida · Feb 25, 2005 · r-help

For the analysis of financial data wih a large variance, what is the best way to select an outlier threshold? Listed below, is there a best method to select an outlier threshold and how does R calculate it? In R...

[Bioc-devel] Add Bioconductor Maintainer Questions
Melanie Loth · Oct 14, 2020 · bioc-devel

Hello, I need to get access to the CoGAPS package on Bioconductor to make changes to the license prior to the next update. The current maintainer, Elana, is on maternity leave. Due to her scarce availability, I want to make...

Leaflet and R - web map
Bacou, Melanie · Aug 29, 2016 · r-sig-geo

Jaya, Have a look through the `leaflet` and `tmap` package documentation. There are examples there. --Mel. On 8/29/2016 7:51 PM, Jaya Krishnan wrote: > HI, > > I've been trying to make an interactive web map using leaflet package...

Extract() fails to return data for boundary admin units
Bacou, Melanie · Oct 18, 2016 · r-sig-geo

Hi, I'm summarizing biophysical rasters (UDEL precipitation and temperature) across administrative units for countries in Africa using (pseudo code): raster::extract(udel, admin, fun=mean, na.rm=T, small=T) Out of the 756 units I need data for...

Package to download Landsat images
Bacou, Melanie · Feb 12, 2017 · r-sig-geo

I have not tested yet, but there is an R package to interact with 2 NASA APIs: - Earth Observatory Natural Event Tracker (EONET) web service - Earth Imagery API and Earth Imagery Assets API (Landsat8) https://github.com/Eflores89/nasadata http...

Generate CDL (metadata) for NetCDF files?
Bacou, Melanie · Nov 13, 2016 · r-sig-geo

Hi, I need to generate a large series of NetCDF files (over 800) and I'm trying to follow good metadata practices per http://www.unidata.ucar.edu/software/netcdf/examples/files.html. Could some of you suggest an approach...

calc dist AB for B at levels of A
Melanie Ann Harsch · Nov 14, 2007 · r-help

I have a question that I have been trying to figure out and I imagine there is a very simple answer to it. I am trying to use the distAB function in the clim.pact package I have a dataframe...

extract value of raster attribute with polygon
Bacou, Melanie · Jul 11, 2016 · r-sig-geo

Simply refer to the documentation for `raster::extract(..., factors=TRUE)`. http://www.inside-r.org/packages/cran/raster/docs/extract --Mel. On 7/11/2016 5:48 PM, Fernando Gimeno wrote: > i have a raster with attribute table and i...

F statistics in R
Melanie Delleuze · Apr 14, 2022 · r-sig-genetics

Hello dear community, I was wondering if anyone knows how to calculate pairwise Fst and ?st for haplotypes data set in R ? I have a fasta file with the haplotype sequences and an haplotype abundance table per site, and I...

extract value of raster attribute with polygon
Bacou, Melanie · Jul 11, 2016 · r-sig-geo

Also when summarizing classified rasters, it is usual to use the `mode` function (instead of `sum`) since you're typically interested in the dominant class. On 7/11/2016 5:48 PM, Fernando Gimeno wrote: > i have a raster with...

problem with "which"
Melanie Abecassis · Apr 23, 2008 · r-help

Hi, I'm having trouble with the "which" or the "seq" function, I'm not sure. Here's an example : > lat=seq(1,2,by=0.1) > lat [1] 1.0 1.1 1.2 1.3 1.4 1...

residual variance estimates fixed to 1
Lindner, Melanie · Jan 24, 2018 · r-sig-mixed-models

Hi again, I use lme4 to model methylation count data. I specify my response as cbind(methylation count, unmethylation count) and use the argument family=binomial. In my data set I have count information for 500,000 CpG sites over...

simulate data for lme
melanie.r · Jul 8, 2008 · r-help

hi. i did some research first, but didn't find what i was looking for... the thing is: i generated data with correlated errors and simulated the power with using aov(). what i wanna do now is something similar while...

how to write ESRI grids from R
Bacou, Melanie · Jul 25, 2016 · r-sig-geo

You can use: writeGDAL(x, drivername="AAIGrid", ...) or simply use a ".asc" file extention: writeRaster(x, filename="fileName.asc", ...) See raster::WriteFormats(). --Mel. On 7/24/2016 11:41 AM, Pascal Title wrote: > I am trying to convert some rasters...

performing hydrological analysis in R.reg
Bacou, Melanie · Sep 7, 2022 · r-sig-geo

Sandeep, You can take a look at the Hydrological R taskview (under section Hydrograph Analysis) https://cran.r-project.org/web/views/Hydrology.html for a list of relevant packages and functions, in particular the vignette for package *HydroTSM*. --Mel...

Using Stargazer to output spautolm models in Latex
Bacou, Melanie · Nov 25, 2016 · r-sig-geo

You could also check into the `pander` package (documented at http://rapporter.github.io/pander/#helper-functions). AFAIK there's no helper function to output SAR/CAR or GWR objects directly, but you might be able to work with `pander...

How to retrieve a vector of a data.frame's variable attributes?
Bacou, Melanie · Apr 17, 2011 · r-help

Hi, I have a data.frame with 100 variables and I have assigned a "label", "units" and "category" attribute to each variable. I would like to reorder the variables in the data.frame by the "category" attributes but can't...

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