histogram {rrecsys}R Documentation

Ratings histogram.

Description

Histogram of the ratings grouped by value.

Usage

histogram(data, title = "", x = "Rating values", y = "# of ratings")

Arguments

data

class "_ds", the dataset.

title

class "character", eventual caption of for the chart.

x

class "character", label for the x-axis.

y

class "character", label for the y-axis.


[Package rrecsys version 0.9.7.3.1 Index]