R/stextChipType.R

setMethodS3("stextChipType", "character", function(chipType, side=4, fmtstr="%s", pos=1, cex=0.7, col="darkgray", ...) {
  stext(side=side, text=sprintf(fmtstr, chipType), pos=pos, cex=cex, col=col, ...)
}, private=TRUE)

Try the aroma.core package in your browser

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

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.