摘要: 下面一段地址bing_search_rstudio_url = "http://cn.bing.com/search?q=rstudio&qs=AS&pq=rst&sc=8-3&sp=1&cvid=61252d92243847ca8025403c36db6f1c&FORM=QBLH"表单参数提取(与... 阅读全文
posted @ 2015-03-03 21:09 Dearc 阅读(371) 评论(0) 推荐(0)
摘要: RHTMLForms在R高版本中不可用,解决如下install_github("omegahat/RHTMLForms")提交表单,http://一定不能省略u = "http://www.bing.com"form = getHTMLFormDescription(u)[[1]];form得到HT... 阅读全文
posted @ 2015-03-03 20:49 Dearc 阅读(851) 评论(0) 推荐(0)
摘要: #3.8x <- seq(-2,3,0.05);y <- seq(-1,7,0.05)f <- function(x,y){x^4-2*x^2*y+x^2-2*x*y+4.5*x-4*y+4}z <- outer(x,y,f)par(mfrow = c(1,2))contour(x,y,z,leve... 阅读全文
posted @ 2015-03-03 13:06 Dearc 阅读(694) 评论(0) 推荐(0)