Skip to content

R programming #93

Description

@apierr
d_f <- read.csv(file = '~/metrics.uniq.csv')
t_l <- d_f[d_f$total_lines != 'n/a', ]$total_lines
t_l <- as.numeric(t_l)
mean (t_l)
boxplot(t_l)
# install.packages("vioplot")
library("vioplot")
vioplot(t_l)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions