# MeshInclude #####
MeshInclude <- function(xvar, yvar, xmin, xmax, ymin, ymax){
ifelse(xvar>xmin&
xvar<xmax&
yvar>ymin&
yvar<ymax,
1,
0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.