las_plot: Plot a LAS file

Description Usage Arguments Value

View source: R/las_plot.R

Description

Takes a lasplot LAS object and plots the log file with a facet for each variable present. Able to "zoom" to a particular depth section using the from and to variables, and able to subset a particular set of curves using the string input to columns.

Usage

1
las_plot(las, from = NA, to = NA, columns = NULL)

Arguments

las

The LAS object generated with read_las

from

numeric FROM depth to use in subsetting

to

numeric TO depth to use in subsetting

columns

string A string or vector of strings with the variable names to plot eg: c("BRD", "CADE") will only plot these curves.

Value

Returns a ggplot2 plot object with a facet for each variable with reversed depths as commonly displayed with coal.


Gitmaxwell/lastools documentation built on May 16, 2020, 2:46 p.m.