R 주요 트러블슈팅 [41-60]
추천글 : 【R STUDIO】 R 스튜디오 목차
41. could not find function "%<+%"
⑴ (package) 해결방법 : library(ggtree)
42. Error in element_blank() : could not find function "element_blank"
⑴ (package) 해결방법 : library(ggplot2)
43. ! could not find function "str_trunc"
⑴ (package) 해결방법 : library(stringr)
44. Error in as_tbl_graph(.) : could not find function "as_tbl_graph"
⑴ (package) 해결방법 : library(tidygraph)
45. Error in ggraph(., layout = "dendrogram", length = length) : could not find function "ggraph"
⑴ (package) 해결방법 : library(ggraph)
46. Error in plot_layout(widths = c(tree_height, clone_bar_width, 15), guides = "collect") : could not find function "plot_layout"
⑴ (package) 해결방법 : library(patchwork)
입력: 2025.02.06 21:19
'▶ 자연과학 > ▷ RStudio' 카테고리의 다른 글
【RStudio】 R에서 Python 실행하기 (2) | 2024.05.03 |
---|---|
【RStudio】 R 주요 트러블슈팅 [21-40] (0) | 2023.06.09 |
【생물정보학】 R에서 유용한 주요 함수 모음 (1) | 2022.11.27 |
【RStudio】 R 주요 트러블슈팅 [01-20] (0) | 2021.12.01 |
【RStudio】 10강. 메모리 관리 (0) | 2020.07.20 |
최근댓글