Skip to content

Commit

Permalink
updating ch14
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgazzelloni committed Jun 8, 2024
1 parent b5c92de commit b2b2ea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 14_kriging.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ library(sp)
# Load the air quality data
data(meuse)
coordinates(meuse) <- c("x", "y")
head(meuse)%>%
meuse%>%
as_data_frame()%>%
select(x,y,zinc)
select(x,y,zinc)%>$%
head()
```

Step 2: Visualize the data.
Expand Down

0 comments on commit b2b2ea3

Please sign in to comment.