Skip to content
Prev 386622 / 398502 Next

How to specify year-month-day for a plot

You didn't show the entire call to read.table.  If it included the argument
header=TRUE then it would make the first entry in each column the name of
the column.  Use header=FALSE (or omit the header argument) if you don't
want the first entry to be considered the column name.

-Bill

On Wed, Dec 16, 2020 at 10:25 AM Gregory Coats via R-help <
r-help at r-project.org> wrote: