gabrielpreda/mesh2D: Load a 2D mesh file and display it in a 2D frame

Package mesh2D loads a 2D mesh file in universal ATLAS text format and display it using plot3D package In order to use the package, one will need to preinstall plot3D package Usage example: ## Load the package library library(mesh2D) ## Read one data file; this file is provided as an example dat <- readMeshFileATLAS("data//pre_geom2D.atl") ## Plot the data imported using readMeshFileATLAS format plotMesh(dat)

Getting started

Package details

AuthorGabriel Preda
MaintainerGabriel Preda <gabi.preda@gmail.com>
LicenseApache License (== 2.0)
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("gabrielpreda/mesh2D")
gabrielpreda/mesh2D documentation built on Feb. 3, 2020, 1:15 a.m.