Displaying 1 result from an estimated 1 matches for "hattermann".
2004 Dec 30
2
graphics
Dear R-user,
I am a R beginner, and therefore my questions are very basic.
I have a simple problem: I would like to plot 100 time series each
containing 55 steps. The data are stored in a matrix of 100 columns and
55 rows. The first problem is to load the data from a file: I tried the
read.table(), the scan() and the matrix(scan()) options, but I have
problems to allocate the single columns.