View source: R/plot_joint_great_circles.R
plot_joint_great_circles | R Documentation |
This function loads joint maxima poles, convert them to great circles and plot them on Schmidt stereogram. Data are also saved in working folder.
plot_joint_great_circles(giac_max, file_name)
giac_max |
Joint maxima poles returned from plot_joint_poles function |
file_name |
Name of the output data file |
A plot with great circles of joint maxima saved in working dir
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.