convert_somas_to_PLY: Read VRMLs of somas

Description Usage Arguments Value Examples

Description

Read all the VRMLs of somas in a folder and export them to PLY format in other folder

Usage

1
convert_somas_to_PLY(read_directory, write_directory, parallel = TRUE)

Arguments

read_directory

path to the folder where VRML files are placed

write_directory

path to the folder where PLY files will be saved

Value

None

Examples

1
convert_somas_to_PLY(read_directory = system.file("test/VRMLs",package="SomaMS"), write_directory = file.path(tempdir(),"PLYs"), parallel = TRUE)

ComputationalIntelligenceGroup/3DSomaMS documentation built on May 6, 2019, 12:49 p.m.