> 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
Hi all,
I am having enormous problems with a loop that iterates over different
levels in the factor wine.data$Time (levels T06, T09, and T12) and
creates a PCA and graph for individuals at that time only. These
graphs need to be accessible outside the loop, so I can combine them
using ggpubr::ggar
3 matches
Mail list logo