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.
I am trying to set the margins of a plot with mai and I get a strange output. I write: plot(rnorm(1000),type="l",mai=c(1,1,1,1)) and what I get is a plot with unchanged...
I have a problem using Rcmd SHLIB. My system is configured as follows: - Operating system: Windows ME - R version: 1.3.1 - RTools installed: * tools.zip * MinGW-1.1.tar.gz * ActivePerl-5.6.1.626-MSWin32-x86-multi-thread...
I am trying to plot a time series (a stock index) with dates on the x-axis. If I type: plot(a,b) where a is the vector of dates obtained with chron() and b is the time series, I...
I didn't manage to build a c shared library under Windows. I used rcmd shlib both with a source file and with an object file, but I got error messages in both cases. I get the same error messages...
One method to generate a value x taken by a random variable X with a strictly increasing distribution function F(x) is the following: - Generate a value y taken by a random variable Y distributed as uniform on [0,1...
I did what you suggested, but nothing changed. I noticed that, if I display the plot without first loading the chron library, the plot is OK, but the dates on the time axis are replaced by sequential numbers. I send...
OK, it works. xlab and ylab had to be set properly. If you want to see what actually goes on, try: a<-chron(1:2000) b<-1:2000 plot(a,b,type="l") Marco Taboga (mtaboga at tiscalinet.it) ----- Original...
Can't find what you're looking for? Try searching with Google .