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.

177 results for “from:Hans-Jörg Bibiko”

maps with R
Hans-Jörg Bibiko · Oct 15, 2009 · r-sig-geo

Or simply go to http://www.gadm.org/country select China and format R. Cheers, Hans-J?rg ********************************************************** Hans-Joerg Bibiko Max Planck Institute for Evolutionary Anthropology Department of Linguistics Deutscher Platz 6 phone: +49 (0) 341 3550 341 D...

Get a list of valid parameter arguments for given function
Hans-Jörg Bibiko · May 22, 2007 · r-sig-mac

Hi, is there a built-in way to get a list of valid parameter arguments for a given function? Examples: for the function 'dist' > parameter 'method': "euclidean", "maximum", "manhattan", "canberra", "binary", or "minkowski" for the function 'format' > parameter 'justify': "left...

create path/folder
Hans-Jörg Bibiko · May 16, 2007 · r-sig-mac

On 16.05.2007, at 18:12, Roland Kaiser wrote: > Hi UseRs! > > Is it possible to to create a folder > in the system directory from inside R? > > setwd(tempdir()) > folder.name <- letters[1:5] > ...? > > Can somebody give me a hint...

X 11
Hans-Jörg Bibiko · Apr 16, 2008 · r-help

On 16 Apr 2008, at 12:21, Tommi Viitanen wrote: > For example I have open x11 with device numbers 1 and 2. I want to > make > plot to the device 1 without doing anythin to the 2 and not making...

Graphic export
Hans-Jörg Bibiko · Apr 8, 2012 · r-sig-mac

On Apr 8, 2012, at 9:18 PM, Holger Schulz wrote: > I tried to export a plot to a PDF file with pdf(). The resulting PDF file could not be opened. Preview reports the file may be damaged. Couldn't...

How to create a legend without plot, and to use scientific notation for axes label ?
Hans-Jörg Bibiko · Apr 10, 2008 · r-help

On 10 Apr 2008, at 12:33, Stanley Ng wrote: > How can I use formatC to convert 6000000 to 6e5 and not 6e+05 ? > >> formatC(600000) > [1] "6e+05" >> formatC(600000, format="e", digit=0) > [1] "6e+05" Try this...

How to create a legend without plot, and to use scientific notation for axes label ?
Hans-Jörg Bibiko · Apr 9, 2008 · r-help

On 10.04.2008, at 05:18, Ng Stanley wrote: > Also, is there any way to specify scientific notation for axes label ? Scientific notation ? la 3E-4 is set by default. Or did you mean engineering notation? Maybe this could...

Query the kind of calling a funcion
Hans-Jörg Bibiko · Aug 15, 2006 · r-help

Dear all, My question is concerned to the kind how a function is called. Example A: > foo(1) Example B: > a <- foo(1) Is there any way for the function foo() to recognise whether the returned value of foo() is...

ESC key and STOP button not working in R 2.14.1
Hans-Jörg Bibiko · Jan 19, 2012 · r-sig-mac

On 19 Jan 2012, at 15:15, ysw wrote: > I am wondering if there will be a way to customize this behavior. I am > kind of used to using TAB for completion and ESC for clearing the > current line The...

?> as a valid help request
Hans-Jörg Bibiko · May 25, 2011 · r-sig-mac

On 25 May 2011, at 18:14, Timothy Bates wrote: > I wonder if there could be a way to allow querys like the following to succeed by changes to the gui command line? > > ?> >> Error: unexpected '>' in "?>? > Hi Tim, did you...

Tab setting in R.app editor
Hans-Jörg Bibiko · Jun 9, 2012 · r-sig-mac

On Jun 9, 2012, at 2:05 AM, zListserv wrote: > Is there a way to change to default tab stop setting from the present 4 characters (stops at 5, 9, etc) to 8 characters (stops at 9, 17, etc)? Yes...

matching problem
Hans-Jörg Bibiko · Jun 27, 2008 · r-help

On 27 Jun 2008, at 13:56, Tom.O wrote: > > Well I have tried that and it's unfortuanally not the solution. > This return all the characters in the string, but I dont want the > characters > after the ending non...

cutting out numbers from vectors
Hans-Jörg Bibiko · Jun 21, 2008 · r-help

On 20.06.2008, at 19:27, calundergrad wrote: > > i have a vector with a string of number > e.g > > [1] 01130010000 001130011000 001130012000 001130013000 001130016000 > [6] 001130018000 > > i want a vector with the same numbers except with the last...

seamless maps
Hans-Jörg Bibiko · Jan 8, 2009 · r-sig-geo

Hi, I wonder if there's a workaround to generate seamless maps based on SpatialPolygons objects. E.g. to produce a map showing Australia at the left edge and America at the right one ( xlim := min: 110?E , max: 30...

engineering notation format
Hans-Jörg Bibiko · Jul 18, 2006 · r-help

Hi, One week ago Sam Walker asked for a way to format a number to the engineering notation? After my suggestion I received many mails how to use this function formatEng within plots dealing, e.g., with physics and SI...

avoid using Dingbats symbols for points()
Hans-Jörg Bibiko · Jun 25, 2008 · r-help

On 25 Jun 2008, at 15:22, Prof Brian Ripley wrote: > Please look at the NEWS for R-devel, which was an option to work > around this known bug in Adobe Illustrator. Thanks a lot for the hint. > (Of course...

variable as part of file name
Hans-Jörg Bibiko · Jul 2, 2008 · r-help

On 02.07.2008, at 15:31, Laura Poggio wrote: > Dear all, > sorry for this very basic question, but I did not find any good > example yet. > > I would like to set up a variable that can be recall later...

quartz.save "bug"
Hans-Jörg Bibiko · Dec 9, 2009 · r-sig-mac

On Dec 9, 2009, at 4:58 PM, Simon Urbanek wrote: > Well, it's not documented to do so - it's really just pass-through for quartz() so if anything this is a wishlist item for the quartz() command. I...

Strange behavior of R when opening a Rdata file
Hans-Jörg Bibiko · Mar 1, 2012 · r-sig-mac

On 1 Mar 2012, at 06:12, Randy Lai wrote: > Any solution for this now? > This has been confusing me for a while. I need to open Rdata files very often. Randy, the good news is I know why (Apple...

[R-gui] block selection (Mac)
Hans-Jörg Bibiko · Jul 31, 2012 · r-sig-gui

On Jul 27, 2012, at 14:41 , Yang Xia wrote: > A really nice feature of R GUI (Mac) that I'm missing a lot is block selection which allows you to select any blocks of output from R by press...

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