Learn R Programming

siland (version 1.4.6)

dataSiland: A dataframe for simulated data

Description

A dataframe for simulated observations and local variables.

Usage

data("dataSiland")

Arguments

Format

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

Examples

Run this code
# NOT RUN {
data(dataSiland)
plot(dataSiland[,c("X","Y")])
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab