Can you get polygon coordinates from a ggplot2::geom_density_2d_filled plot?

前端 未结 0 881
死守一世寂寞
死守一世寂寞 2020-12-16 03:44

Is it possible to get the coordinates of the polygons created from using geom_density_2d_filled?

Example data:

set.seed(123)
df <- tibble (x = sampl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题