Skip to content
Prev 393767 / 398503 Next

lines through points in lattice legend

Thanks. ?That works well and it's simple.  

Ken

  ___
  Kenneth Knoblauch
 Inserm U1208
 Stem-cell and Brain Research Institute
 18 avenue du Doyen L?pine
 69500 Bron
 France
 tel: +33 (0)4 72 91 34 77
 fax: +33 (0)4 72 91 34 61
 portable: +33 (0)6 84 10 64 10
 https://sbri.fr/public-profile/63/single-member/
    




De : Deepayan Sarkar <deepayan.sarkar at gmail.com>
Envoy? : samedi 28 janvier 2023 16:46
? : Kenneth Knoblauch
Cc?: r-help at r-project.org
Objet : Re: [R] 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