Plot3DInteractive: Plots 3D interactive

Description Usage Arguments Details Value

Description

Makes a 3D plot with 'rgl' package

Usage

1
Plot3DInteractive(df = baea, x = "x", y = "y", z = "z")

Arguments

df

Dataframe with x, y, z data, Default is 'baea'.

x

Column name of x (longitude) locations.

y

Column name of y (latitude) locations.

z

Column name of z (elevation) locations

Details

Can be any z, y, z, but labels are set for lat, long, elev data.

Value

3D plot from 'rgl'package


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.