sinkhole: Filled Sinkhole

sinkholeR Documentation

Filled Sinkhole

Description

Geoelectrics profiles measured at a filled sinkhole. This data set contains an object of the ProfileSet class.

Format

Object of Profile Set class including three Profiles.

See Also

ProfileSet-class, Profile-class, plot3d, plot, levelplot, plotLegend, plotIntersect

Examples

data(sinkhole)

# Plot the processed data in three dimensions
plot3d(sinkhole)

# Plot legend for the profile set
plot.new()
plotLegend(sinkhole)

# Plot raw data of profile 1
plot(sinkhole@profiles[[1]], dataType = 'raw', withTopo = FALSE, 
     main = 'Profile 1', ylab = 'Depth [m]')

plot(sinkhole@profiles[[1]], dataType = 'raw', withTopo = TRUE)

levelplot(sinkhole@profiles[[1]], dataType = 'raw')
levelplotLegendLabel()

# Plot processed data of profile 1
plot(sinkhole@profiles[[1]], dataType = 'processed', withTopo = FALSE,
     main = 'Profile 1', ylab = 'Depth [m]')

plot(sinkhole@profiles[[1]], dataType = 'processed', withTopo = TRUE)

levelplot(sinkhole@profiles[[1]], dataType = 'processed', withTopo = FALSE)
levelplotLegendLabel()

levelplot(sinkhole@profiles[[1]], dataType = 'processed', withTopo = TRUE)
levelplotLegendLabel()

# Compare processed data values on the intersection line between two profiles
plotIntersect(sinkhole)

kleebaum/geoelectrics documentation built on Feb. 5, 2023, 5:01 a.m.