Skip to content
Prev 387153 / 398502 Next

Need help using lattice

Thanks.  What editor do you use?  I'm working in a Mac, if that makes a difference.

From: Gerrit Draisma <gdraisma at xs4all.nl>
Date: Tuesday, February 9, 2021 at 5:10 PM
To: Parkhurst, David F. <parkhurs at indiana.edu>
Cc: r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] Need help using lattice
Ha David,
I do not know.
It must be that your AprtoDec object? is different from month.abb.
Anyhow it should contain the labels for all twelve months!
If I copy your command in an interactive session I just get the message
that AprtoDec is not defined.

I understand that you type the commands interactively in an R session?
I usually prefer using an editor to write the program, and execute with a
?> source("dotplot.R",echo=TRUE)
command.
I like an editor with syntax highlighting and shows matching brackets.

I have attached my dotplot.R to this mail.

Gerrit