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)
HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.