Duncan Murdoch <[EMAIL PROTECTED]> writes:
> On 4/26/2007 7:39 PM, Deepayan Sarkar wrote:
>> Hi,
>>
>> I recently discovered this buglet in lattice: If lattice is _not_
>> attached, I get
>>
>>> lattice::dotplot(~1:10)
>> Error in eval(expr, envir, enclos) : could not find function "bwplot"
>>
On 4/26/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote:
> On 4/26/2007 7:39 PM, Deepayan Sarkar wrote:
> > Hi,
> >
> > I recently discovered this buglet in lattice: If lattice is _not_
> > attached, I get
> >
> >> lattice::dotplot(~1:10)
> > Error in eval(expr, envir, enclos) : could not find functio
On 4/26/2007 7:39 PM, Deepayan Sarkar wrote:
> Hi,
>
> I recently discovered this buglet in lattice: If lattice is _not_
> attached, I get
>
>> lattice::dotplot(~1:10)
> Error in eval(expr, envir, enclos) : could not find function "bwplot"
>
> This happens because of this:
>
>> lattice:::dotplo
Hi,
I recently discovered this buglet in lattice: If lattice is _not_
attached, I get
> lattice::dotplot(~1:10)
Error in eval(expr, envir, enclos) : could not find function "bwplot"
This happens because of this:
> lattice:::dotplot.formula
function (x, data = NULL, panel = "panel.dotplot", ...)