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.

7 results for “from:Marco Taboga”

Troubles with plot margins
Marco Taboga · May 2, 2001 · r-help

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

Rcmd SHLIB on Win ME
Marco Taboga · Oct 21, 2001 · r-help

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

Crazy plots of time-series against dates
Marco Taboga · Apr 30, 2001 · r-help

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

Building shared libraries under Windows
Marco Taboga · May 31, 2001 · r-help

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

generating a gamma random variable
Marco Taboga · Oct 22, 2001 · r-help

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

Crazy plots of time-series against dates
Marco Taboga · May 1, 2001 · r-help

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

Crazy plots of time-series against dates
Marco Taboga · May 1, 2001 · r-help

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 .