Modify points in stripe (s) items of a forest plot object (fobj).
Passed to points.
s_points(fobj, item = NULL, pointnr = NULL, ...)a forest plot object of class 'fobj'
item to be modified, either a number or the name of the column in fobj$dat. If NULL (the default), all items of type 's' are affected
points to be modified. If NULL (the default), all points are affected.
options to be passed to points
a forest plot object of class 'fobj'
fobj<-genfobj(layout = c("t","t","t","t","t","s2","t","f","t"),
dat = forplotdata_prop,
lwidths = c(0.6,0.4,0.6,0.4,0.6,1.0,1.2,1,0.5))
fobj<-s_points(fobj=fobj, pch = 16, cex=1.5)
fobj<-s_points(fobj=fobj, pointnr = 1, col = "red")
fobj<-s_points(fobj=fobj, pointnr = 2, col = "blue")
plotfobj(fobj)