pch | R Documentation |
Fifteen pch symbols and six line types can be generated mnemonic names.
pch(shape = 1, fill = 1)
lty(line = 1)
shape |
'square', 'circle', 'triangle', 'diamond', 'ltriangle' (or 1, 2, 3, 4, 5 respectively). Default: 1 |
fill |
'empty', 'solid', 'fill' (with different color) (or 1, 2, 3 respectively). Default: 1 |
line |
'solid','dashed','dotted','dash dot','long dash','long dash dot' (or 1, 2, 3, 4, 5, 6 respectively). Default: 1 |
value(s) of pch or lty to produce corresponding character or line type
lty()
: Easy line types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.