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.

111 results for “from:Alexander Shenkin”

exporting tables to word
Alexander Shenkin · Apr 2, 2013 · r-help

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

How to vectorize plot graphic?
Alexander Shenkin · Dec 1, 2013 · r-help

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

Finding files matching full path regex
Alexander Shenkin · Feb 27, 2014 · r-help

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

spatstat error, rotate after union
Alexander Shenkin · Jan 17, 2011 · r-sig-geo

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

spatstat error, rotate after union
Alexander Shenkin · Jan 17, 2011 · r-sig-geo

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

How do Sweave users collaborate with Word users?
Alexander Shenkin · Apr 9, 2012 · r-help

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

Which packages are incompatible with 64-bit R?
Alexander Shenkin · Oct 19, 2012 · r-help

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

Which points fall in which polygons?
Alexander Shenkin · Mar 14, 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/20120315/ae79311a/attachment.pl>

RODBC for 64-bit R with 32-bit Access
Alexander Shenkin · Dec 17, 2010 · r-help

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

exporting tables to word
Alexander Shenkin · Apr 2, 2013 · r-help

Hello all, What is your preferred method to export tables (from ftable()) to Word? Do you just export to a text file and then copy/paste? Or perhaps via HTML output? Thanks, Allie

r-forge down?
Alexander Shenkin · Aug 7, 2012 · r-help

Hi Folks, I've looked around, haven't found anything, and I'm not sure where else to check. I haven't visited R-forge (http://r-forge.r-project.org) in a long time. Now that I'm trying...

Closing readOGR handles
Alexander Shenkin · Mar 30, 2012 · r-sig-geo

Hi folks, I'm opening some ESRI shapefiles with readOGR. R seems to keep open file handles on the files opened. Is there any way to close those handles without quitting R? I don't see a read-only option...

backreferences in gregexpr
Alexander Shenkin · Nov 2, 2012 · r-help

Hi Folks, I'm trying to extract just the backreferences from a regex. > temp = "abcd1234abcd1234" > regmatches(temp, gregexpr("(?:abcd)(1234)", temp)) [[1]] [1] "abcd1234" "abcd1234" What I would like is: [1] "1234" "1234" Note: I know I can just match...

dot products
Alexander Shenkin · Mar 7, 2012 · r-help

Hello, I need to take a dot product of each row of a dataframe and a vector. The number of columns will be dynamic. The way I've been doing it so far is contorted. Is there a better way...

dimensions of polyhedrons
Alexander Shenkin · Jun 10, 2014 · r-help

Hello all, I have sets of points in (x,y,z) that represent polyhedron vertices (actually tree crowns). I have used convhulln to estimate volumes (the shapes are not necessarily convex, but good enough for now). Now I would like...

strange date problem - May 3, 1992 is NA
Alexander Shenkin · Jun 22, 2011 · r-help

> is.na(strptime("5/2/1992", format="%m/%d/%Y")) [1] FALSE > is.na(strptime("5/3/1992", format="%m/%d/%Y")) [1] TRUE Any idea what's going on with this? Running strptime against all dates from around 1946...

Convert list to data frame while controlling column types
Alexander Shenkin · Aug 21, 2009 · r-help

Hello all, I have a list which I'd like to convert to a data frame, while maintaining control of the columns' data types (akin to the colClasses argument in read.table). My numeric columns, for example, are getting converted...

Symbolic references - passing variable names into functions
Alexander Shenkin · Aug 12, 2009 · r-help

Hello All, I am trying to write a function which would operate on columns of a dataframe specified in parameters passed to that function. f = function(dataf, col1 = "column1", col2 = "column2") { dataf$col1 = dataf$col2 # just as an example } The...

translate vector of numbers to indicies of 0/1 matrix
Alexander Shenkin · Nov 17, 2010 · r-help

Hello All, Searched around, haven't found a decent solution. I'd like to translate a vector of numbers to a matrix (or to a list of vectors) such that the vector values would serve as indicies of the 1...

pnmath on windows
Alexander Shenkin · May 13, 2010 · r-help

Hello All, I'd like to enable threaded computing on my system (windows 7 pro x64) if possible. pnmath seems to be the most accepted solution out there for the time being, but it requires compiling. Are there binaries for...

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