inst/snippet/set-pch.R

trellis.par.get("plot.symbol")
# set plot symbol default to be a blue diamond with black border
trellis.par.set(plot.symbol=list(pch=23,col="black",fill="lightblue"))  
trellis.par.get("plot.symbol")

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

fastR documentation built on May 1, 2019, 11:18 p.m.