View source: R/gr-domesticplotters.R
ldk_contour | R Documentation |
Using kde2d in the MASS package.
ldk_contour(ldk, nlevels = 5, grid.nb = 50, col = "grey60")
ldk |
an array (or a list) of landmarks |
nlevels |
the number of contour lines |
grid.nb |
the grid.nb |
col |
a color for drawing the contour lines |
a drawing on the last plot
kde2d, ldk_confell, ldk_chull
Other plotting functions:
coo_arrows()
,
coo_draw()
,
coo_listpanel()
,
coo_lolli()
,
coo_plot()
,
coo_ruban()
,
ldk_chull()
,
ldk_confell()
,
ldk_labels()
,
ldk_links()
,
plot_devsegments()
,
plot_table()
Other ldk plotters:
ldk_chull()
,
ldk_confell()
,
ldk_labels()
,
ldk_links()
coo_plot(MSHAPES(wings))
ldk_contour(wings$coo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.