{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Analysis {% endblock %} {% block main %}

Analysis

Functionality to analyze multiple workouts.

  • Performance Manager

    Performance Manager

    Manage Fitness, Fatigue and Freshness

  • Critical Power

    Critical Power

    Analyse power vs piece duration to make predictions.

  • Compare Workouts

    {% if team %} {% else %} {% endif %}
    Compare Workouts

    Compare two or more of your workouts

  • Stroke Analysis

    Stroke Analysis

    Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate).

  • Statistics

    Statistics

    Statistics of stroke metrics over a date range

  • Box Chart

    Box Chart

    Box Chart Statistics of stroke metrics over a date range

  • Trend Flex

    Trend Flex

    Select workouts and make X-Y charts of averages over various metrics

  • Marker Workouts

    Gold Medal Scores

    See which of your workouts are markers of your fitness, and how your scores evolve over time.

  • Training Zones

    Zones

    See in what training zone you have been training in the past weeks and months.

  • Alerts

    Alerts

    Need to monitor a metric? Set up automatic alerting and see the reports for your workouts.

  • Histogram

    Power Histogram

    Plot a histogram chart of one metric for all your strokes over a date range.

{% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}