plot_maxima2mesh {JFM}R Documentation

plot_maxima2mesh

Description

This funtion plots a coloured mesh facets as great circles plot colours

Usage

plot_maxima2mesh(mesh_tr, planes_max, normal_from_wild, tol_ang_fam)

Arguments

mesh_tr

an object of type mesh3d

planes_max

the output of plot_joint_great_circles function

normal_from_wild

the output matrix iresulting from wildfire search

tol_ang_fam

a tolerance angle to include joints in the same joint set color

Value

A plot with great circles of joint maxima

Examples


## Not run: 

azi_dip_maxima<-plot_joint_great_circles(poles_maxima, file_name)

plot_maxima2mesh(mesh3d,azi_dip_maxima,normali_recalc,10)

## End(Not run)


[Package JFM version 1.0 Index]