Learn R Programming

JFM (version 1.0.1)

plot_joint_great_circles: 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)

Value

A plot with great circles of joint maxima saved in working dir

Arguments

giac_max

Joint maxima poles returned from plot_joint_poles function

file_name

Name of the output data file

Examples

Run this code

if (FALSE) {

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)}

Run the code above in your browser using DataLab