Other packages > Find by keyword >

Rvcg  

Manipulations of Triangular Meshes Based on the 'VCGLIB' API
View on CRAN: Click here


Download and install Rvcg package within the R console
Install from CRAN:
install.packages("Rvcg")

Install from Github:
library("remotes")
install_github("cran/Rvcg")

Install by package version:
library("remotes")
install_version("Rvcg", "0.24")



Attach the package and use:
library("Rvcg")
Maintained by
Stefan Schlager
[Scholar Profile | Author Map]
First Published: 2014-01-21
Latest Update: 2023-12-06
Description:
Operations on triangular meshes based on 'VCGLIB'. This package integrates nicely with the R-package 'rgl' to render the meshes processed by 'Rvcg'. The Visualization and Computer Graphics Library (VCG for short) is an open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes. The library, composed by more than 100k lines of code, is released under the GPL license, and it is the base of most of the software tools of the Visual Computing Lab of the Italian National Research Council Institute ISTI , like 'metro' and 'MeshLab'. The 'VCGLIB' source is pulled from trunk and patched to work with options determined by the configure script as well as to work with the header files included by 'RcppEigen'.
How to cite:
Stefan Schlager (2014). Rvcg: Manipulations of Triangular Meshes Based on the 'VCGLIB' API. R package version 0.24, https://cran.r-project.org/web/packages/Rvcg. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.6-3 (2014-01-21 17:57), 0.7.1 (2014-01-29 16:24), 0.7 (2014-01-23 16:45), 0.8 (2014-06-05 09:46), 0.9 (2014-09-23 12:44), 0.10.1 (2014-12-22 10:13), 0.10 (2014-12-16 13:19), 0.11 (2015-04-14 14:37), 0.12.1 (2015-06-23 17:26), 0.12.2 (2015-06-27 00:44), 0.13.0 (2015-12-15 10:35), 0.13.1.1 (2015-12-31 11:57), 0.13.1.2 (2016-01-21 16:44), 0.13.1 (2015-12-22 14:36), 0.14 (2016-07-06 15:58), 0.15 (2017-01-31 17:04), 0.16 (2017-04-06 08:54), 0.17 (2017-09-07 20:26), 0.18 (2018-09-28 16:40), 0.19.1 (2020-02-08 00:20), 0.19.2 (2021-01-11 12:20), 0.19 (2020-02-06 11:30), 0.20.2 (2021-09-08 15:40), 0.20 (2021-09-02 23:10), 0.21 (2022-03-18 14:10), 0.22.1 (2023-01-26 17:00), 0.22.2 (2023-12-06 15:10), 0.22 (2022-10-31 14:02), 0.23 (2024-06-27 11:50), 0.24 (2024-09-20 16:40)
Other packages that cited Rvcg R package
View Rvcg citation profile
Other R packages that Rvcg depends, imports, suggests or enhances
Complete documentation for Rvcg
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for Rvcg020406080100120140160180200220240260280TrendBars

Today's Hot Picks in Authors and Packages

MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA