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.

8 results for “from:Tarmo Remmel”

Shapefiles
Tarmo Remmel · Feb 9, 2006 · r-help

Dear List, I have examined the sp, maptools, and shapefiles packages (Windows) but cannot seem to figure out a solution for writing shapefiles for 'curvy shapes'. The scenario is that I generate a series of polygons, circles, and ellipses on...

coercing columns
Tarmo Remmel · Jan 7, 2005 · r-help

if your dataframe is called foo, as.vector(foo) Quoting Christoph Scherber <Christoph.Scherber at uni-jena.de>: > Dear all, > > I have a data frame that looks like this: > > c1 c2 c3 > A B C > B C A > A A...

Cross tabulation with fixed dimensions
Tarmo Remmel · Mar 5, 2010 · r-help

Hello, This is a seemingly simple task, but it has been frustrating me for too long, so I am turning to this list for some help. I have two vectors of factors which are quite long; two simple examples are...

Unique arrangements of a vector
Tarmo Remmel · May 30, 2005 · r-help

Dear List, Running on a PC (Windows 2000) with 256 MB RAM, Version R1.9.1 I have a relatively simple problem, which I can solve for relatively small datasets, but run into difficulties with larger ones. I believe that...

Boxplots from 4 dimensional array
Tarmo Remmel · Sep 20, 2011 · r-help

Hello list members, I am working with simulated data for landscape pattern analysis. I have 1000 replicates of binary (2 colour) gridded landscapes at each combination of 9 levels of class proportion and 11 levels of spatial autocorrelation. The results...

Building Libraries
Tarmo Remmel · May 25, 2006 · r-help

Dear List, I have just compiled my first R library for submission to CRAN; however, I have a tiny problem with 'R CMD check' that is holding me back. I have read extensively the PDF document on Writing R Extensions...

persp and trans3d for type="h" points
Tarmo Remmel · Jun 13, 2011 · r-help

Hello, I have a matrix [9,11] called tempmed from which I produce a perspective plot. I then indicate a point on the surface to which I want to drop a point using points() and trans3d(). The code is below...

Re : Frequency count
Tarmo Remmel · Jan 4, 2005 · r-help

This might help... Here KI is a matrix such as your dataset (without the flag) "dups" <- function (intab=KI) { # CREATE A MATRIX WITH ONLY THE UNIQUE ROWS OF intab intabunique <- unique(intab) # COLLAPSE THE FULL TABLE a2 <- apply(intab, 1...

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