plot_3d_land: Plot a bullet land using plotly

View source: R/miscellaneous.R

plot_3d_landR Documentation

Plot a bullet land using plotly

Description

Plot a bullet land using plotly

Usage

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)

erichare/bulletr documentation built on May 3, 2024, 10:14 p.m.