pch: Easy pch characters

View source: R/pch.R

pchR Documentation

Easy pch characters

Description

Fifteen pch symbols and six line types can be generated mnemonic names.

Usage

pch(shape = 1, fill = 1)

lty(line = 1)

Arguments

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

value(s) of pch or lty to produce corresponding character or line type

Functions

  • lty(): Easy line types


gmonette/spida2 documentation built on Aug. 20, 2023, 7:21 p.m.