ОЛ
Size: a a a
ОЛ
ЕТ
ЕТ
library(dplyr)
library(stringr)
example_data <- tibble(str_to_num = c("11 111,11", "10 545,5", "111,1"))
example_data %>%
mutate(str_to_num = str_to_num %>% str_remove_all(" ") %>% str_replace_all(",", ".") %>% as.numeric())
Н
М1
, B = М2
)) +ЕТ
Н
ЕТ
library(dplyr)
library(ggplot2)
library(ggvenn)
example_data <- list(M1 = c("0001", "0010", "0100", "0000"),
M2 = c("0001", "0110", "0101", "0000"))
ggvenn(example_data)
ЕТ
Н
Н
ЕТ
AP
EP
AS
S
DN
Н