# \donttest{
# Sample data:
dataDependenceStructure <- generate_data("dependenceStructure", 50)
dataMarginalTrend <- generate_data("marginalTrend", 50)
dataNoTrend <- generate_data("noTrend", 50)
# Plot Trend summary:
plotTrend(dataDependenceStructure, covar = NULL, width = 10, graph = "summary", color = "blue")
plotTrend(dataMarginalTrend, covar = NULL, width = 10, graph = "summary", color = "green")
plotTrend(dataNoTrend, covar = NULL, width = 10, graph = "summary", color = "warm")
# Plot a variable
plotTrend(dataMarginalTrend, width = 10, graph = "variable1", color = "green")
# Plot the evolution of Kendall tau
plotTrend(dataDependenceStructure, width = 10, graph = "window", color = "warm")
# }
Run the code above in your browser using DataLab