anyPreds <- function(x){
if(class(x)[1] != "SpatialStreamNetwork"){
stop("The class of x must be a SpatialStreamNetwork")
}
length(
x@predpoints@SSNPoints
) > 0
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.