morpho.space(dudi, xax = 1, yax = 2, xlim, ylim, nb.pts = 300,
pos.shp = c("li", "circle", "range")[3], nr.shp = 6,
nc.shp = 5, amp.shp = 1, scale.shp = 1, rotate.shp =
0, circle.nb.shp = 12, circle.r.shp, plot = TRUE,
layer = TRUE, col.shp = "#70809011", border.shp =
"#708090", pch.pts = 20, col.pts = "grey40",
first.point = FALSE)integer. The index of the first PC axis to use.integer. The index of the first PC axis to use.numeric indicating the x-range.numeric indicating the y-range.character, any of the ("li", "circle", "range") methods. It specifies the way shapes have to be drawn. "li" draws shapes on the actual positions on the factorial map ; "circle" draws shapes on a circle wnumeric. The number of shape rows.numeric. The number of shape columns.numeric. An amplifying factor for shape deformation.numeric. The size of shapes, relatively to 1/8 of the highest range (x or y).numeric. If specified, the angles (in radians) to counter-clockwise rotate shapes plotted.integer. When pos == "circle", the number of shapes on the circle.numeric. When pos == "circle", the circle radius.logical. Whether to plot or not the morphological space.logical. Whether to add calculated shapes on an existing plot. Used for instance by dudi.plot.pch for plotting the points from the dudi-class object. Use NA to not display these points.logical. Whether to draw or not the first point of the shapes.data(bot)
botF <- eFourier(bot)
botD <- pca(botF)
morpho.space(botD)Run the code above in your browser using DataLab