Skip to content

Commit

Permalink
Correcciones ortográficas / Eliminando archivos innecesarios
Browse files Browse the repository at this point in the history
  • Loading branch information
SGS2000 committed Jun 14, 2024
1 parent d7e5780 commit ba921de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ knitr::opts_chunk$set(

All tests included in the package share similar features:

- Inspired by the [agricolae](https://myaseen208.com/agricolae/) package, it is possible work with either two vectors (one for the response variable and one for the treatments) or a model (created with `lm()` or `aov()`). In the latter case, the name of the variable with the treatments must be indicated.
- After applying the corresponding method, a table containing the treatments and their group (indicated by a number) is printed to the console. Treatments within the same group are not significantly different. The user can choose not not display the table.
- By default, a dendrogram is plotted. The dendrogram can be customized with any argument passed to the `plot()` function. In addition, the data used to create it is made available to the user, so it is possible to use other libraries such as ggplot2.
- Inspired by the [agricolae](https://myaseen208.com/agricolae/) package, it is possible to work with either two vectors (one for the response variable and one for the treatments) or a model (created with `lm()` or `aov()`). In the latter case, the name of the variable with the treatments must be specified.
- After applying the corresponding method, a table containing the treatments and their group (indicated by a number) is printed to the console. Treatments within the same group are not significantly different. The user can choose not to display the table.
- By default, a dendrogram is plotted. The dendrogram can be customized with any argument passed to the `plot()` function. In addition, the data used to create the plot is made available to the user, so it is possible to use other libraries such as ggplot2.

------------------------------------------------------------------------

Expand Down Expand Up @@ -107,7 +107,7 @@ dgc_test(

------------------------------------------------------------------------

🇬🇧 Alternatively, the `hclust` object that creates the dendrogram is made available to the user, which allows other libraries to be used. In the following example, the [ggdendro](https://andrie.github.io/ggdendro/) package is used to plot the dendrogram with ggplot2.
🇬🇧 Alternatively, the `hclust` object responsible for creating the dendrogram is provided to the user, which allows other libraries to be used. In the following example, the [ggdendro](https://andrie.github.io/ggdendro/) package is used to plot the dendrogram with ggplot2.

🇪🇸 Como alternativa, el usuario tiene acceso al objeto de clase `hclust` usado por la función para crear el dendrograma, lo cual permite la aplicación de otros paquetes. En el siguiente ejemplo se recurre al paquete [ggdendro](https://andrie.github.io/ggdendro/) para graficar el dendrograma con ggplot2.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
All tests included in the package share similar features:

- Inspired by the [agricolae](https://myaseen208.com/agricolae/)
package, it is possible work with either two vectors (one for the
package, it is possible to work with either two vectors (one for the
response variable and one for the treatments) or a model (created with
`lm()` or `aov()`). In the latter case, the name of the variable with
the treatments must be indicated.
the treatments must be specified.
- After applying the corresponding method, a table containing the
treatments and their group (indicated by a number) is printed to the
console. Treatments within the same group are not significantly
different. The user can choose not not display the table.
different. The user can choose not to display the table.
- By default, a dendrogram is plotted. The dendrogram can be customized
with any argument passed to the `plot()` function. In addition, the
data used to create it is made available to the user, so it is
data used to create the plot is made available to the user, so it is
possible to use other libraries such as ggplot2.

------------------------------------------------------------------------
Expand Down Expand Up @@ -179,9 +179,9 @@ dgc_test(

------------------------------------------------------------------------

🇬🇧 Alternatively, the `hclust` object that creates the dendrogram is
made available to the user, which allows other libraries to be used. In
the following example, the
🇬🇧 Alternatively, the `hclust` object responsible for creating the
dendrogram is provided to the user, which allows other libraries to be
used. In the following example, the
[ggdendro](https://andrie.github.io/ggdendro/) package is used to plot
the dendrogram with ggplot2.

Expand Down
Binary file removed man/figures/README-example-1.png
Binary file not shown.
Binary file removed tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit ba921de

Please sign in to comment.