R is a free, open source programming language and software environment for statistical computing, bioinformatics and graphics. It is advised to supplement your question with a reproducible example (http://stackoverflow.com/q/5963269); for statistical questions please use crossvalidated.com.

learn more… | top users | synonyms (1)

13
votes
3answers
672 views

Why does X[Y] join of data.tables not allow a full outer join, or a left join?

This is a bit of a philosophical question about data.table join syntax. I am finding more and more uses for data.tables, but still learning... The join format X[Y] for data.tables is very concise, ...
18
votes
5answers
2k views

Given a set of random numbers drawn from a continuous univariate distribution, find the distribution

Given a set of real numbers drawn from a unknown continuous univariate distribution (let's say is is one of beta, Cauchy, chi-square, exponential, F, gamma, Laplace, log-normal, normal, Pareto, ...
41
votes
7answers
7k views

In R, what is the difference between the [] and [[]] notations for accessing the elements of a list?

R provides two different methods for accessing the elements of a list or data.frame- the [] and [[]] operators. What is the difference between the two? In what situations should I use one over the ...
26
votes
2answers
6k views

How can I arrange an arbitrary number of ggplots using grid.arrange?

This is cross-posted on the ggplot2 google group My situation is that I'm working on a function that outputs an arbitrary number of plots (depending upon the input data supplied by the user). The ...
20
votes
2answers
1k views

Most efficient list to data.frame method?

Just had a conversation with coworkers about this, and we thought it'd be worth seeing what people out in SO land had to say. Suppose I had a list with N elements, where each element was a vector of ...
23
votes
6answers
8k views

Split a vector into chunks in R

I have to split a vector into n chunks of equal size in R. I couldn't find any base function to do that. Also Google didn't get me anywhere. So here is what I came up with, hopefully it helps someone ...
21
votes
5answers
1k views

C for R programmers - recommended resources/approaches once past the basics

I would like to improve my C skills in order to be more competent at converting R code to C where this would be useful. What hints do people have that will help me on my way? Background: I followed ...
13
votes
2answers
3k views

Understanding dates and plotting a histogram with ggplot2 in R

Main Question I'm having issues with understanding why the handling of dates, labels and breaks is not working as I would have expected in R when trying to make a histogram with ggplot2. I'm looking ...
9
votes
2answers
2k views

ggplot map with l

I want to plot a world map using ggplot2 (v.9) which combines two pieces if information. The following example illustrates: library(rgdal) library(ggplot2) library(maptools) # Data from ...
9
votes
4answers
491 views

Where can I find useful R tutorials with various implementations?

I'm using R language and the manuals on the R site are really informative. However, I'd like to see some more examples and implementations with R which can help me develop my knowledge faster. Any ...
17
votes
4answers
3k views

Why are loops slow in R?

I know that loops are slow in R, and that I should try to do things in a vectorized manner instead. But, why? Why are loops slow and apply is fast? apply calls several sub-functions -- that doesn't ...
14
votes
1answer
1k views

How can I document data sets with roxygen?

Is it possible to include .R files in the data directory of my package in the roxygen process? I have put several .R files in the data directory. When they are sourced with data(), they read in raw ...
12
votes
3answers
1k views

Growing a data.frame in a memory-efficient manner

According to Creating an R dataframe row-by-row, it's not ideal to append to a data.frame using rbind, as it creates a copy of the whole data.frame each time. How do I accumulate data in R resulting ...
11
votes
5answers
1k views

How do you use “<<-” (scoping assignment) in R?

I just finished reading about scoping in the R intro, and am very curious about the <<- assignment. The manual showed one (very interesting) example for "<<-", which I feel I understood. ...
6
votes
4answers
1k views

Run Sweave or knitr with objects from existing R session

Suppose I have an object x in my current session: x <- 1 How can I use this object in an Sweave or knitr document, without having to assign it explicitly: \documentclass{article} ...
19
votes
4answers
12k views

R: how to do a data.table merge operation

note: this question and the following answers refer to data.table versions < 1.5.3; v. 1.5.3 was released in Feb 2011 to resolve this issue. see more recent treatment (03-2012): Translating SQL ...
16
votes
6answers
12k views

function returning more than one value

still trying to get into the R logic... what is the "best" way to unpack the results from a function returning multiple values? I can't do this apparently: R> functionReturningTwoValues <- ...
14
votes
5answers
660 views

Can I vectorize a calculation which depends on previous elements?

I'm trying to speed up/vectorize some calculations in a time series. Can I vectorize a calculation in a for loop which can depend on results from an earlier iteration? For example: z <- ...
13
votes
3answers
2k views

Creating a local R package repository

I would like to create a local R package repository such that users in my company can install packages from it and the system admins can update the local repo periodically. Access to the CRAN mirrors ...
12
votes
1answer
3k views

How to transform XML data into a data.frame?

I'm trying to learn R's XML package. I'm trying to create a data.frame from books.xml sample xml data file. Here's what I get: library(XML) books <- "http://www.w3schools.com/XQuery/books.xml" doc ...
11
votes
2answers
3k views

R: catching an error and then branching logic

How do I write R code that allows me to execute a different path in my code if an error condition happens? I'm using a function that tends to throw an error. When it meets an error condition I would ...
22
votes
2answers
3k views

In ggplot2, what do the end of the boxplot lines represent?

I can't find a description of what the end points of the lines of a boxplot represent. For example, here are point values above and below where the lines end. (I realize that the top and bottom of ...
16
votes
2answers
22k views

R, change the spacing of tick marks on the axis of a plot?

How can I change the spacing of tick marks on the axis of a plot? What parameters should I use with base plot or with rgl? cheers
15
votes
2answers
2k views

Emulate ggplot2 default color palette

What function can I use to emulate ggplot2's default color palette for a desired number of colors. For example, an input of 3 would produce a character vector of HEX colors with these colors:
13
votes
1answer
4k views

Force R not to use exponential notation (e.g. e+10)?

Can I force R to use regular numbers instead of using the "e+10" like notation. I have 1.810032e+09 # and 4 within the same vector and want to see: 1810032000 # and 4 I am creating output for ...
13
votes
8answers
2k views

assign multiple new variables in a single line in R

I want to assign multiple variables in a single line in R. Is it possible to do something like this? values # initialize some vector of values (a, b) = values[c(2,4)] # assign a and b to values at 2 ...
10
votes
1answer
1k views

Plotting interpolated data on map

I have survey data of species richness that was taken at various sites in the Chesapeake Bay, USA, and I would like to graphically present the data as a "heat map." I have a dataframe of lat/long ...
10
votes
2answers
9k views

multiple graphs in one canvas using ggplot2

I am trying to merge two ggplot2 plots into one based on this table: Type RatingA RatingB 1 One 3 36 2 Two 5 53 3 One 5 57 4 One 7 74 5 Three ...
9
votes
1answer
4k views

Creating a facet_wrap plot with ggplot2 with different annotations in each plot

I am using ggplot2 to explore the result of some testing on an agent-based model. The model can end in one of three rounds per realization, and as such I am interested in how player utilities differ ...
6
votes
2answers
2k views

using grid and ggplot2 to create join plots using R

I would like to know what can I do to fix a grid of plots. The plots are arranged in an array so that all the plots in a row have the same Y axis variable and all the plots in a column have the same X ...
20
votes
2answers
423 views

What are Replacement Functions in R?

I searched for a reference to learn about replacement functions in R, but I haven't found any yet. I'm trying to understand the concept of the replacement functions in R. I have the code below but I ...
16
votes
1answer
214 views

How can a non-imported method in a not-attached package be found by calls to functions not having it in their namespace?

An R namespace acts as the immediate environment for all functions in its associated package. In other words, when function bar() from package foo calls another function, the R evaluator first ...
16
votes
1answer
1k views

What does .SD stand for in data.table in R

.SD looks useful but I do not really know what I am doing with it. What does it stand for? Why is there a preceding period (full stop). What is happening when I use it? I read ".SD is a data.table ...
15
votes
9answers
536 views

Idiom for ifelse-style recoding for multiple categories

I run across this often enough that I figure there has to be a good idiom for it. Suppose I have a data.frame with a bunch of attributes, including "product." I also have a key which translates ...
13
votes
4answers
2k views

Find the day of a week in R

Let's say that I have a date in R and it's formatted as follows. date 2012-02-01 2012-02-01 2012-02-02 Is there any way in R to add another column with the day of the week associated with ...
12
votes
2answers
505 views

Can rbind be parallelized in R?

As I am sitting here waiting for some R scripts to run...I was wondering... is there any way to parallelize rbind in R? I sitting waiting for this call to complete frequently as I deal with large ...
10
votes
3answers
704 views

How to draw lines outside of plot area in ggplot2?

I created this plot with ggplot2: The outside lines need to correspond to the Y scale, (i.e the Y position of the lines for Text1 should be 100 and 85). The only way I can do it by drawing a blank ...
10
votes
3answers
4k views

Getting the state of variables after an error occurs in R

Let's say I have just called a function, f, and an error occurred somewhere in the function. I just want to be able to check out the values of different variables right before the error occurred. ...
9
votes
2answers
481 views

create an expression from a function for data.table to eval

Given the data.table dat: dat <- data.table(x_one=1:10, x_two=1:10, y_one=1:10, y_two=1:10) I'd like a function that creates an expression between two like rows given their "root" name, e.g. ...
8
votes
2answers
2k views

R from within Java

What's the best way to call R functionality from within Java? I'm looking for a quick, easy and reliable way to make standard 2d scatter plots and histograms in R using my Java applications. I was ...
6
votes
2answers
2k views

How can a data ellipse be superimposed on a ggplot2 scatterplot?

I have an R function which produces 95% confidence ellipses for scatterplots. The output looks like this, having a default of 50 points for each ellipse (50 rows): [,1] [,2] [1,] ...
3
votes
3answers
1k views

Using R to download gzipped data file, extract, and import data

A follow up to this question: How can I download and uncompress a gzipped file using R? For example (from the UCI Machine Learning Repository), I have a file of insurance data. How can I download it ...
16
votes
2answers
10k views

Lattice: multiple plots in one window?

I'm trying to put multiple lattice plots in one window using levelplot by setting par(mfrow=c(2,1)) but it seems to be ignoring this. Is there a particular function for setting multiple plots in ...
14
votes
5answers
596 views

Elegant way to check for missing packages and install them?

I seem to be sharing a lot of code with coauthors these days. Many of them are novice/intermediate R users and don't realize that they have to install libraries they don't already have. Is there an ...
10
votes
6answers
2k views

R: using rgl to generate 3d rotatable plots that can be viewed in a web browser?

In the world of the R statistics package, rgl allows me to generate 3d plots that I can rotate with my mouse. Is there a way I can export these plots in a portable format, load them in a web browser ...
10
votes
4answers
2k views

Implementation of parallel coordinates? [closed]

I want to implement parallel coordinates for my muldimensional result. Does anyone have a good link to its implementation in matlab or R? Furthermore, are there any suggestions regarding the best tool ...
7
votes
6answers
2k views

Understandable documentation about R? [closed]

Does there exist understandable Free documentation for the R programming language, which is accessible to statistics-impaired people? The ideal documentation would include also motivation (an example) ...
5
votes
2answers
9k views

Creating (and Accessing) a Sparse Matrix in R

After learning about the options for working with sparse matrices in R, I want to use the Matrix package to create a sparse matrix from the following data frame and have all other elements be NA. ...
1
vote
1answer
1k views

Manipulating multiple files in R

I am new to R and am looking for a code to manipulate hundreds of files that I have at hand. They are .txt files with a few rows of unwanted text, followed by columns of data, looking something like ...
18
votes
2answers
5k views

Equivalent of “throw” in R

How does one "throw" an error in R? I have a function that takes a data frame and some column names and does stuff with them. If the columns don't exist, I want the function to stop and to stop all ...

1 3 4 5 6 7 88