240 发简信
IP属地:江苏
  • R学习笔记一

    y <-function(x){ y <- 2*x*x-3*x+2 return(y)}a <- function(x){ a <- c(y(x):(y(x)+2*x...