`library(ptable)` `x <- 1:10` `y <- 11:20` `plot(x, y)` <img width="672" height="96" alt="Image" src="https://github.com/user-attachments/assets/6b15a196-6b9a-4dd3-a900-7113f9581d5b" />
library(ptable)x <- 1:10y <- 11:20plot(x, y)