| ProfileSet-class {geoelectrics} | R Documentation |
Profile Set Class
Description
A class to handle a collection of many profiles.
Slots
titletitle to plot
profileslist that contains objects of class Profile (
Profile-class)minLatminimum latitude value of all profiles
minLonminimum longitude value of all profiles
minDataminimum data value of all profiles
maxDatamaximum 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]