View source: R/plot_maxima2mesh.R
plot_maxima2mesh | R Documentation |
This funtion plots a coloured mesh facets as great circles plot colours
plot_maxima2mesh(mesh_tr, planes_max, normal_from_wild, tol_ang_fam)
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 |
A plot with great circles of joint maxima
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.