plot_joint_great_circles {JFM} | R Documentation |
plot_joint_great_circles
Description
This function loads joint maxima poles, convert them to great circles and plot them on Schmidt stereogram. Data are also saved in working folder.
Usage
plot_joint_great_circles(giac_max, file_name)
Arguments
giac_max |
Joint maxima poles returned from plot_joint_poles function |
file_name |
Name of the output data file |
Value
A plot with great circles of joint maxima saved in working dir
Examples
## Not run:
poles_maxima<-plot_joint_poles(normali_recalc,joint_list_Cpp,val_area,file_name,max_pole,min_area)
azi_dip_maxima<-plot_joint_great_circles(poles_maxima, file_name)
## End(Not run)
[Package JFM version 1.0 Index]