Marks the coordinates of objects in an anal_obj
object on a plot.
Arguments
- object
An
anal_obj
object computed withanalyze_objects_shp()
oranalyze_objects_shp()
.- col
The color of the marked points. Default is "white".
Examples
if (interactive() && requireNamespace("EBImage")) {
library(pliman)
flax <- image_pliman("flax_leaves.jpg", plot =TRUE)
res <-
analyze_objects(flax,
watershed = FALSE,
index = "R/(G/B)",
plot = FALSE)
object_mark(res)
}