본문 바로가기

Contact English

【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)

 

입력: 2025.02.06 21:19