Plot a bullet land using plotly

plot_3d_land(path, bullet = NULL, sample = 1, ...)

Arguments

path

The path to the x3p file

bullet

If not null, use this pre-loaded bullet

sample

integer value. take every 1 in sample values from the surface matrix

...

parameters passed on to plot_ly call

Examples

data(br411) plot_3d_land(bullet=br411, sample=2)