plot_chrono_data: Plot the chrono data

Description Usage Examples

View source: R/functions.R

Description

Plot the chrono data

Usage

1
plot_chrono_data(dates_1989, oldest_depth, oldest, base_of_dense_depth, dense)

Examples

1
2
3
4
5
6
7
8
## Not run: 
chrono_data_plotted <- plot_chrono_data(chrono_data_tidied,
                       oldest_depth = chrono_data_interpolated$oldest_depth,
                       oldest = chrono_data_interpolated$oldest,
                       base_of_dense_depth = chrono_data_interpolated$base_of_dense_depth,
                       dense = chrono_data_interpolated$dense)

## End(Not run)

benmarwick/1989-excavation-report-Madjedbebe documentation built on May 20, 2019, 1:28 p.m.