is_in.mesh | R Documentation |
Checks if some point belongs to a given mesh
is_in.mesh(x, mesh)
x |
point to check |
mesh |
mesh identifying the set which X may belong |
is_in.mesh(-0.5,mesh=geometry::delaunayn(matrix(c(0,1),ncol=1),output.options =TRUE)) is_in.mesh(0.5,mesh=geometry::delaunayn(matrix(c(0,1),ncol=1),output.options =TRUE)) x =matrix(-.5,ncol=2,nrow=1) is_in.mesh(x,mesh=geometry::delaunayn(matrix(c(0,0,1,1,0,0),ncol=2),output.options =TRUE)) x =matrix(.5,ncol=2,nrow=1) is_in.mesh(x,mesh=geometry::delaunayn(matrix(c(0,0,1,1,0,0),ncol=2),output.options =TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.