First define the 5x5 text matrix, then add it to the data frame and then use add_annotations : txt <- matrix(LETTERS[1:25], nrow=5) # define ...
確定! 回上一頁