Make different mesh for different replicates
ngme_make_mesh_repls(data, map, replicate, mesh_type = "regular")
provide the data.frame
provide the map to make mesh, i.g. ~x+y, x and y will be extracted from data to make a 2d mesh
provide the replicate information, i.g. ~id
type of mesh, "regular" means use all the point from same replicate to make a mesh
a list of mesh of length of different replicates