data <- ggseg_data_subcortical(
meshes = data.frame(
label = "hippocampus_left",
mesh = I(list(list(
vertices = data.frame(x = 1:10, y = 1:10, z = 1:10),
faces = data.frame(i = 1:3, j = 2:4, k = 3:5)
)))
)
)
Run the code above in your browser using DataLab