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.

6 results for “from:Patrick Meyer”

Union of list elements
Patrick Meyer · Dec 17, 2004 · r-help

Thanx to all of you who helped me with my sets problem. ;-) Patrick

error in using R2WinBUGS on Ubuntu 6.10 Linux
J. Patrick Meyer · Jul 30, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070730/1a109fa2/attachment.pl

Union of list elements
Patrick Meyer · Dec 17, 2004 · r-help

Thank you Gabor. But I have a problem with the beginning of my algorithm, where the list you call L is empty... then the code breaks down... It says: "Error in any(...,na.rm = na.rm) : incorrect argument type" How...

Union of list elements
Patrick Meyer · Dec 17, 2004 · r-help

It does not exactly do what it is meant to... Instead of breaking down, my code is looping forever now... I think I will have a deeper look at it tomorrow... In fact, I have two lists: let's say...

How to dump plots as bas64 strings?
Patrick Meyer · Mar 4, 2009 · r-help

Hello My question might sound awkward, but I am looking for a way to somehow convert a plot in R into a base64 string. Here's an idea, but it is not at all satisfying. 1. write the plot to...

How to dump plots as bas64 strings?
Patrick Meyer · Mar 5, 2009 · r-help

Here's the solution I'm using now, but it is not very "clean": png("out.png") plot(c(1,2,3)) dev.off() system("base64 -w0 out.png > out.base64") b64txt <- readLines(file("out.base64","rt")) It would be...

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