Learn R Programming

FEA (version 0.0.2)

ThreshPts.2d: ThreshPts.2d

Description

Clean node distribution within or outside of geometry. Optional function for complex geometries.

Usage

ThreshPts.2d(coords, thresh, edge)

Value

Coordinate points of valid nodes.

CleanedNodes

Matrix of new nodes that abide by given threshold rules.

NodeReport

Report identifying with nodes were kept and which were removed.

Arguments

coords

Nodal coordinates

thresh

Threshold for point removal. Ranges include: 500000-50000000

edge

Coordinate points of the initial geometry.

Examples

Run this code
data(polyshape)

coords = polyshape$Within
thresh = 5000000
edge = polyshape$Line

cleanpoly = ThreshPts.2d(coords, thresh, edge)

Run the code above in your browser using DataLab