> On 8 May 2024, at 09:16, Ivan Krylov wrote:
>
> В Tue, 7 May 2024 16:57:14 +0200
> gavin duley пишет:
>
>> aes(label=current_rownames,
>>colour=wine.data.filt$Treatment
>> )
>
> As you've noticed, aes() remembers variables by their name and
> environment, not by value:
Yes, it was somet
В Tue, 7 May 2024 16:57:14 +0200
gavin duley пишет:
> aes(label=current_rownames,
> colour=wine.data.filt$Treatment
> )
As you've noticed, aes() remembers variables by their name and
environment, not by value:
str(ggplot2::aes(label = foo))
# List of 1
# $ label: language ~foo # <-- variab
2 matches
Mail list logo