Error encountered while plotting right half of facial surface mesh in R by subsetting full face vertices and indices data
问题 I have vertices and indices data for human face here. I have a post one year ago on plotting 3D facial surface mesh based on these data. Now, I want to plot only the right half and mid-facial vertices while ignoring the left side vertices. Based on my earlier plot, I tried the following code: library(tidyverse) library(readxl) library(rgl) vb <- read_excel("...\\vb.xlsx", sheet = "Sheet1", col_names = F) it <- read_excel("...\\it.xlsx", sheet = "Sheet1", col_names = F) # Extract vertices for