Displaying 1 result from an estimated 1 matches for "striptchart".
Did you mean:
  stripchart
  
2009 Sep 23
1
stripchart with pch %in% 21:25 with bg
...ipchart are not colored,
while points() gives the desidered output (magnified here by cex).
I found a simple workaround by redefining the function
graphics:::stripchart.default() so that the dot-dot-dot (...)
argument is forwarded the the function points().
I have also tried to source the code for striptchart.R in
https://svn.r-project.org/R/trunk/src/library/graphics/R/stripchart.R
with revision number 49800, but the output is unchanged.
Am I missing something here? Is there no simpler way to achieve
this goal? I have search the NEWS for stripchart and found only
an entry for R 2.7.2 stating that:...