2014年6月19日

如何在ggplot2中使用spline平滑算法

摘要: smooth.spline2 <- function(formula, data, ...) {mat <- model.frame(formula, data)smooth.spline(mat[, 2], mat[, 1])}predictdf.smooth.spline <- function... 阅读全文

posted @ 2014-06-19 22:23 云中道长 阅读(2819) 评论(0) 推荐(0) 编辑

导航