Displaying 3 results from an estimated 3 matches for "dotchar".
Did you mean:
  dotchart
  
2004 Mar 04
1
lattice/grid: problem with viewports for strips with zero height
PROBLEM
        # Allocating strip labels by the function strip.fun():
    strip.test()
        # Result: No strips: ok. No strings: NOT OK.
        # The distance ``y.text=unit(6,"points")'' is ignored;
        # the strings are not seen on the output.
TRIALS FOR WORKAROUNDS
    strip.test( strip.lines=1 )
        # Result: 2 strips: ok, but not whished. 2 strings: ok.
   
2008 Aug 02
3
Bubble plots
Is there a way to create a 'bubble plot' in R?
For example, if we define the following data frame containing the level of y observed for 5 patients at three time points:
time<-c(rep('time 1',5),rep('time 2',5),rep('time 3',5))
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
...show.margins = show.margins, ...)
  }
balloonplot.default <- function(x,y,z,
                                xlab,
                                ylab,
                                zlab=deparse(substitute(z)),
dotsize=2/max(strwidth(19),strheight(19)),
                                dotchar=19,
                                dotcolor="skyblue",
                                main,
                                label=TRUE,
                                label.digits=2,
                                scale.method=c("volume","diameter"),...