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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .