ProfileSet-class {geoelectrics} | R Documentation |
A class to handle a collection of many profiles.
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
# sinkhole <- new('ProfileSet',
# profiles = list(p1, p2, p3),
# title='Sinkhole')
data(sinkhole)
plot3d(sinkhole)