powered by
A dataframe for simulated observations and local variables.
data("dataSiland")
A data frame with 98 observations on the following 5 variables.
X
location on X-axis
Y
location on Y-axis
x1
a continous local variable
Id
a numeric vector
obs
the observed variable
# NOT RUN { data(dataSiland) plot(dataSiland[,c("X","Y")]) # } # NOT RUN { # }
Run the code above in your browser using DataLab