ProfileSet-class {geoelectrics} | R Documentation |
Profile Set Class
Description
A class to handle a collection of many profiles.
Slots
title
title to plot
profiles
list that contains objects of class Profile (
Profile-class
)minLat
minimum latitude value of all profiles
minLon
minimum longitude value of all profiles
minData
minimum data value of all profiles
maxData
maximum data value of all profiles
See Also
Examples
# sinkhole <- new('ProfileSet',
# profiles = list(p1, p2, p3),
# title='Sinkhole')
data(sinkhole)
plot3d(sinkhole)
[Package geoelectrics version 0.2.2 Index]