plot_maxima2mesh: plot_maxima2mesh

View source: R/plot_maxima2mesh.R

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


JFM documentation built on March 28, 2022, 9:12 a.m.