## 18 sections for 18 mm lateral incisor
l18_I2_s18.mds <- mds(
tooth = "I",
rt.y = 18,
section.y = 0:18,
n.GL = 100)
# Plot tooth dentin anatomy.
plot(l18_I2_s18.mds)
## Example of the first molar of ST61 from the Unseiji temple.
unseiji_ST61_M1.mds <- mds(
tooth = "M1",
rt.y = unseiji_ST61_M1$rt.y,
ecj = unseiji_ST61_M1$ecj,
section.y = unseiji_ST61_M1$section.y,
n.GL = 100)
# Plot tooth dentin anatomy.
plot(unseiji_ST61_M1.mds)
## Irregular sectioning for 20 mm canine.
l20_C_irr.mds <- mds(
tooth = "C",
rt.y = 20,
section.y = c(2:14, 15, 17, 19),
n.GL = 100)
# Plot tooth dentin anatomy.
plot(l20_C_irr.mds)
Run the code above in your browser using DataLab