Usage
molaR_Batch(pathname = getwd(), DNE = TRUE, RFI = TRUE, OPCr = TRUE,
OPC = FALSE, Details = FALSE, DNE_outliers = 0.1, OPCr_steps = 8,
OPCr_stepSize = 5.626, OPCr_minimum_faces = 3, OPCr_minimum_area = 0,
OPC_rotation = 0, OPC_minimum_faces = 3, OPC_minimum_area = 0)
Arguments
pathname
The path to the file containing all the PLY surfaces to be
analyzed. Defaults to the working directory
DNE
logical indicating whether or not to perform DNE calculation Defaults
to true
RFI
logical indicating whether or not to perform RFI calculation Defaults to
true
OPCr
logical indicating whether or not to perform OPCr calculation
Defaults to true
OPC
logical indicating whether or not to perform OPC calculation Defaults
to false
Details
logical indicating whether or not to save the details of the RFI and
OPCr calculations
DNE_outliers
the percentile at which outliers will be excluded is passed to
the DNE function, defaults to 0.1
OPCr_steps
the number of steps the OPCr function should take, is passed to
the OPCr function. Defaults to 8
OPCr_stepSize
the size of each rotation. Passed to the OPCr function.
Defaults to 5.626 degrees
OPCr_minimum_faces
sets the lower boundary for number of faces a patch
must have for inclusion in total count. Defaults to 3 or more.
OPCr_minimum_area
sets the lower boundary for percentage of the surface
area a patch must make up for inclusion in the total patch count. Cannot be used with
minimum_faces on. Defaults to zero
OPC_rotation
amount of rotation to apply during OPC calculation. Defaults
to zero
OPC_minimum_faces
minimum number of faces a patch must contain to be
counted in the OPC function. Defaults to 3.
OPC_minimum_area
minimum percentage of the surface area a patch must
make up to be counted in the OPC function. Defaults to off