search for: remmelt

Displaying 6 results from an estimated 6 matches for "remmelt".

Did you mean: remmel
2006 May 25
1
Building Libraries
...ring properly with: R CMD Rd2txt myfun.Rd and R CMD Rdconv -t=html -o=myfun.html myfun.Rd However, when I call the check command (on a unix machine), I get the following: ~/RWork > R CMD check aspace * checking for working latex ...sh: latex: not found NO * using log directory '/students/remmelt/RWork/aspace.Rcheck' * using R version 2.2.0, 2005-10-06 * checking for file 'aspace/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'aspace' version '0.0' * checking if this is a source package ... OK * Installing *source* package 'aspac...
2006 Feb 09
1
Shapefiles
...shapefile? Thank you, Tarmo __________________________________________ Tarmo Remmel Ph.D. GUESS Lab, Department of Geography University of Toronto at Mississauga Mississauga, Ontario, L5L 1C6 Tel: 905-569-4382 Lab: 905-828-3868 Fax: 905-828-5273 Skype: tarmoremmel http://eratos.erin.utoronto.ca/remmelt
2005 May 30
1
Unique arrangements of a vector
...will gladly SUM afterwards. Thank you, Tarmo __________________________________________ Tarmo Remmel Ph.D. GUESS Lab, Department of Geography University of Toronto at Mississauga Mississauga, Ontario, L5L 1C6 Tel: 905-828-3868 Fax: 905-828-5273 Skype: tarmoremmel http://eratos.erin.utoronto.ca/remmelt
2005 Jan 04
4
Re : Frequency count
Dear list, I have a dataset as follow and I would like to count the frequencies for the combination of the two variables (f1 and f2) for each id. I know it is should be straight forward, but I just don't know how to do it in R. Here is the SAS code I will use to get the output I want : proc means nway; class id f1 f2; var flag output out=temp; Dataset: id f1 f2 flag 798 1 2
2005 Jan 07
6
coercing columns
Dear all, I have a data frame that looks like this: c1 c2 c3 A B C B C A A A B and so on; I?d like to produce one single vector consisting of the columns c1,c2, c3, such that vector=("A","B","A","B","C","A","C","A","B") I guess it?s easy to do but I don?t know how...Can anyone
2011 Sep 20
1
Boxplots from 4 dimensional array
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 are stored in an array as follows: > dim(surfaces) [1] 38 9 11 1000 The dimensions are defined as follows: [x,,,] 1:38, integers