OPC3d(OPC_Output_Object, fieldofview = 0, legend = TRUE, binColors = hsv(h
= (seq(10, 290, 40)/360), s = 0.9, v = 0.85), patchOutline = FALSE,
outlineColor = "black", maskDiscard = FALSE, minimum_faces = 3)fieldofview is set to a default of 0, which is an isometric projection. Increasing it alters the degree of parallax in the perspective view, up to a maximum of 179 degrees. colors will support any vector of 8 colors, in any coloration scheme. Default draws from the hsv color space to evenly space color information, however user can supply a list of RGB values, character strings, or integers in place.