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

Analysis

Functionality to analyze multiple workouts.

  • 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).

  • Histogram

    Power Histogram

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

  • Statistics

    Statistics

    Statistics of stroke metrics over a date range

  • Box Chart

    Box Chart

    BETA: 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

  • Power Progress

    Power Progress

    Monitoring power duration evidence from all your workouts. Feel free to explore.

  • Ranking Pieces

    Ranking Piece

    Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.

  • OTW Critical Power

    OTW Critical Power

    Analyse power vs piece duration to make predictions. For On-The-Water rowing.

  • OTE Critical Power

    OTE Critical Power

    Analyse power vs piece duration to make predictions, for erg pieces.

  • Alerts

    Alerts

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

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