Displaying 4 results from an estimated 4 matches for "fatman".
Did you mean:
batman
2002 Jun 23
1
configure: error: cannot compute sizeof (int), 77
Dear R Discussion Group,
Thanks for making such an interesting and capable Statistics package
available. It certainly "saved my bacon" during this past academic quarter. I
have had no trouble at all installing the sources on my linux box: The
configure and make scripts work perfectly. I have had no luck attempting to
install these at work, though. My workplace uses a Solaris 8
1998 Jan 23
0
Copyrights for R contributed libraries
...Christian Schwarz
Do you know schwarz@monet.m.isar.de, schwarz@schwarz-online.com,
Debian GNU/Linux? schwarz@debian.org, schwarz@mathematik.tu-muenchen.de
Visit PGP-fp: 8F 61 EB 6D CF 23 CA D7 34 05 14 5C C8 DC 22 BA
http://www.debian.org http://fatman.mathematik.tu-muenchen.de/~schwarz/
------- End of forwarded message -------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&...
2003 Apr 21
1
Generating axes with "Sun Apr 20 22:45:27 PDT 2003" time coordinates.
Good Morning!
My apologies for what may be considered an infantile question: I have data
that I would like to plot, positive integers for the y-axis, and time
coordinates of the "Sun Apr 20 22:45:27 PDT 2003" format for the x-axis.
I have tried:
x1 <- 1050352610
x2 <- 1050352999
x3 <- 1050858319
class(x1) <- "POSIXct"
class(x2) <- "POSIXct"
2003 May 11
1
lines(aline, type = 'b', col = "blue) does not work for POSIXct plot.
Hello,
x <- ISOdate(2003, 4, 1:30) # POSIXct vector
y <-c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)
aline <- c(30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1)
plot(x, y, xaxt = 'n', main = 'Number of Stuff for the Project, April 2003', xlab = 'Report Time', ylab = 'Number of