Skip to content
Prev 393766 / 398503 Next

lines through points in lattice legend

On Sat, Jan 28, 2023 at 2:49 PM Kenneth Knoblauch
<ken.knoblauch at inserm.fr> wrote:
Just adding a type = "b" should work (for the lines), so something like:

       auto.key = list(space = "right", type = "b",
                       points = FALSE, lines = TRUE)

BTW, once you specify par.settings, you don't need to specify the
parameters again, so you can drop the second line.

Best,
-Deepayan