自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 Nearest Neighbour in R

Package in use: "spatstat"Data: > title <- c("Name", "X", "Y", "Surface", "Date", "Temprature")> GWT <- read.csv2("E:\\Slides\\Geostatistics & Geomarketing(Nein)\\data\\Groundwater_Temperature.cs

2015-11-19 18:35:12 486

原创 Stem-and-Leaf Plot in R

Data set:faithful, 272*2, Waiting time between eruptions and the duration of the eruption for the Old Faithful geyser.> duration <- faithful$eruptions> duration [1] 3.600 1.800 3.333 2.283 4.

2015-11-04 23:25:43 1998

原创 Frequency Distribution

Data set: faithful, 272*2, Waiting time between eruptions and the duration of the eruption for the Old Faithful geyser.> head(faithful) eruptions waiting1 3.600 792 1.800 543

2015-11-03 16:12:42 1218

原创 tapply() Function in R

tapply() apply different functions on factor sliced rows.Firstly, loading a data set.> library(MASS)> head(painters) Composition Drawing Colour Expression SchoolDa Udine

2015-11-03 04:23:27 586

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除