diff --git a/man/plot.twdtw_knn1.Rd b/man/plot.twdtw_knn1.Rd index f738ae3..866d3d7 100644 --- a/man/plot.twdtw_knn1.Rd +++ b/man/plot.twdtw_knn1.Rd @@ -55,6 +55,8 @@ m <- twdtw_knn1(x = dc, time_weight = c(steepness = 0.1, midpoint = 50), formula = band ~ s(time)) +print(m) + # Visualize model patterns plot(m) diff --git a/man/predict.twdtw_knn1.Rd b/man/predict.twdtw_knn1.Rd index 4ea86bd..d3d0083 100644 --- a/man/predict.twdtw_knn1.Rd +++ b/man/predict.twdtw_knn1.Rd @@ -55,6 +55,8 @@ m <- twdtw_knn1(x = dc, time_weight = c(steepness = 0.1, midpoint = 50), formula = band ~ s(time)) +print(m) + # Visualize model patterns plot(m) diff --git a/man/twdtw_knn1.Rd b/man/twdtw_knn1.Rd index 84fb51a..569963e 100644 --- a/man/twdtw_knn1.Rd +++ b/man/twdtw_knn1.Rd @@ -88,6 +88,8 @@ m <- twdtw_knn1(x = dc, time_weight = c(steepness = 0.1, midpoint = 50), formula = band ~ s(time)) +print(m) + # Visualize model patterns plot(m)