【RStudio】 R 주요 트러블슈팅 [41-60]
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)
47. Error in ungroup(.) : could not find function "ungroup"
⑴ (package) 해결방법 : library(dplyr)
입력: 2025.02.06 21:19