Package 'Rvcg' - The R Project for Statistical Computing
Recommend Documents
Sep 17, 2018 - This function is used in the main function CA3variants when the input ... association between the three principal components. .... Beh EJ and Lombardo R 2014 Correspondence Analysis: Theory, Practice and New Strategies.
Abstract. This vignette for the cusp package for R is a altered version of (Grasman, van der. Maas, and Wagenmakers 2009) published in the Journal of ...
Oct 26, 2016 - Depends R (>= 3.0.1). Imports coda, lattice, R2admb, plyr, stats. SystemRequirements AD Model Builder . License ...
Apr 16, 2018 - Title Statistical Tests to Compare Curves with Recurrent Events. Version 1.0.2 ... License GPL (>= 2) .... cal tests for the analysis of recurrent event data. Martinez et al. ..... Digestive Diseases and Sciences.35:1057: 65. ..... stu
A character string "name" naming a distribution for which the corresponding density function (dname), the corresponding distribution function (pname) and.
License GPL-2. NeedsCompilation yes. Repository CRAN. Date/Publication 2017-09-23 21:58:36 UTC. R topics documented: sensitivity-package .
Feb 19, 2015 - georgia.polys Georgia polygons in list format - equal area projection. Examples ... String specifying the name of the units for the scale bar ndivs ... us_states States of US SpatialPolygonsDataFrame - geographical projection.
Jun 6, 2017 - Title Bimodal Skew Symmetric Normal Distribution. Version 0.1.0. Author Abu Hossain, Robert Rigby, Mikis Stasinopoulos. Maintainer Abu ...
Jan 6, 2016 - Type Package. Title Enhanced Seasonal Decomposition of Time Series by Loess. Version 0.5.1. Date 2016-01-05. Maintainer Ryan Hafen ...
Dec 7, 2018 - Repository CRAN ... Remote Sensing, 6(8), 6929-6960. Available online at ... an update. In preparation for submission to Remote Sensing.
Alexander Zien2,5, Fabio de Bona2, Christian Gehl3, Alexander Binder3, ... used performance measures for evaluation (e.g., area under ROC) are implemented.
allows for comparatively finer-grained investigations of the 'rich-get-richer' ..... Free. Table 1: Some well-known special cases of the GT model as defined by ...
What is R? “R is a free software environment for statistical computing and
graphics.” (http://www.r-project.org/). ○Software environment. ○Statistical
computing.
changing the color of symbols representing individual cases. ... ibar(Sex). > ibar(Smoker). > ibar(Size.of.Party). > iplot.list(). [[1]]. ID:1 Name: "Scatterplot (Total.
http://www.loyaltymatrix.com. Data Profiling with R. 2006. Discovering Data
Quality Issues as Early as Possible. Agenda. 2. • Background & Problem
Statement.
using the R Project for. Statistical Computing. Daniela Ushizima. NERSC
Analytics/Visualization and Math Groups. Lawrence Berkeley National
Laboratory ...
Aug 14, 2012 ... Faculty of Geo-information Science & Earth Observation (ITC) ..... Microsoft
Windows; Apple Macintosh OS; and even some mainframe. OS. 4.
Jan 7, 2012 - An event data set can be constructed from text file event data output ... shown above, and matching phrase from the original text, not shown.
Jul 21, 2010 ... Frank E Harrell Jr .... Harrell et al. ..... F. E. Harrell, P. A. Margolis, S. Gove, K. E.
Mason, E. K. Mulholland, D. Lehmann, L. Muhe, S. Gatchalian,.
14 Aug 2012 ... Introduction to the R Project for Statistical Computing for use at ITC. D G Rossiter.
University of Twente. Faculty of Geo-information Science ...
Introduction to the R Project for Statistical Computing. What is R? A statistical
programming language and computing environment, implementing the S
language ...
Sep 7, 2017 - integrates nicely with the R-package 'rgl' to render the meshes processed by. 'Rvcg'. The Visualization and Computer Graphics Library (VCG ...
Package ‘Rvcg’ April 6, 2017 Type Package Title Manipulations of Triangular Meshes Based on the 'VCGLIB' API Version 0.16 Date 2017-03-30 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'. Depends R (>= 3.1.0) Imports Rcpp, grDevices, stats, utils Suggests Morpho, rgl LinkingTo Rcpp, RcppEigen, RcppArmadillo License GPL (>= 2) | file LICENSE BugReports https://github.com/zarquon42b/Rvcg/issues Copyright see files COPYRIGHTS for detailed information LazyLoad yes Biarch yes URL http://github.com/zarquon42b/Rvcg, http://vcg.sf.net/ RoxygenNote 6.0.1 NeedsCompilation yes Author Stefan Schlager [aut, cre, cph], Girinon Francois [ctb] 1
R topics documented:
2 Maintainer Stefan Schlager Repository CRAN Date/Publication 2017-04-06 06:54:12 UTC
Interface between R and vcglib libraries for mesh operations
Description Provides meshing functionality from vcglib (meshlab) for R. E.g. mesh smoothing, mesh decimation, closest point search. Details Package: Type: Version: Date: License: LazyLoad:
Rvcg Package 0.16 2017-03-30 GPL yes
Author(s) Stefan Schlager Maintainer: Stefan Schlager References To be announced
checkFaceOrientation
check the orientation of a mesh
Description check the orientation of a mesh assuming that expansion along normals increases centroid size Usage checkFaceOrientation(x, offset = NULL)
4
humface
Arguments x
mesh of class mesh3d
offset
numeric: amount to offset the mesh along the vertex normals. If NULL a reasonable value will be estimated.
Details assuming that a correctly (i.e outward) oriented mesh increases its centroid size when ’growing’ outwards, this function tests whether this is the case. Value returns TRUE if mesh is oriented correctly and FALSE otherwise Examples data(dummyhead) ## now we invert faces inwards checkFaceOrientation(dummyhead.mesh) dummyinward