powered by
Plots a curve representing of two continuous-time principal coordinates produced by mds.ct.
mds.ct
# S3 method for mds.ct plot( x, npoints = 500, cols = viridis(50), title = "", size.axes = 11, samescale = TRUE, coords = 1:2, GOF.method = 1, digits = 1, ... )
None; just produces a plot.
an object of class "mds.ct"
number of time points (equally spaced along the range of times) at which to plot the coordinates
color scheme; viridis(50) by default
plot title
size of axis titles
logical: Should the coordinates be plotted on the same scale?
which two principal coordinates to plot (default is 1:2)
method to use for computing percent dissimilarity explained (see argument GOF of cmdscale)
GOF
cmdscale
number of digits to display for percent dissimilarity explained
other arguments, passed to theme
theme
# see example for mds.ct
Run the code above in your browser using DataLab