Stephen D. Weigand wrote:
>
>
> y <- rnorm(100)
> g <- factor(sample(c("g1", "g2"), size = 100, replace = TRUE))
> x <- factor(sample(c("A", "B"), size = 100, replace = TRUE))
> bwplot(g ~ y | x,
>panel = function(x, y, ...) {
> panel.dotplot(x, y, ...)
> panel.bwplot
On Mon, Jun 16, 2008 at 4:40 PM, Lord Yo <[EMAIL PROTECTED]> wrote:
>
> Hello everyone
>
> I have dataset containing a monetary value (ABS) and two factors (Fct,
> Group). I am able to create useful using:
>
> bwplot(ABS~Group|Fct)
> and
> dotplot(ABS~Group|Fct)
>
> Question: What do I have to do
Hello everyone
I have dataset containing a monetary value (ABS) and two factors (Fct,
Group). I am able to create useful using:
bwplot(ABS~Group|Fct)
and
dotplot(ABS~Group|Fct)
Question: What do I have to do to overlay the dotplot with the bwplot (same
data set)?
I've found a couple of posts
3 matches
Mail list logo