library(bnspatial)
data(ConwyData)
ls()
## The network nodes and states
LandUseChange$universe$levels
## Lookup list relating raster values and network nodes
LUclasses
## Table of evidence extracted from input spatial data
head(evidence)
## The input spatial data
par(mfrow=c(2,2))
raster::plot(currentLU)
raster::plot(slope)
raster::plot(status)
Run the code above in your browser using DataLab