Skip to content

Commit

Permalink
Updates after spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz-zz committed Jul 20, 2019
1 parent b808ff3 commit 757a749
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/kmeans-viz.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param x A numeric variable for the x axis
#' @param y A numeric variable for the y axis
#' @param resolution The number of squares in the grid. Defaults to 50.
#' Meaining a 50 x 50 grid.
#' Meaning a 50 x 50 grid.
#' @param group A discrete variable containing the grouping for the KMeans. It defaults to 'center'
#'
#' @details
Expand Down
2 changes: 1 addition & 1 deletion R/kmeans.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @param verbose Indicates if the progress bar will be displayed during the model's fitting.
#'
#' @details
#' Because each cycle is an indiependent 'dplyr' operation, or SQL operation if using a remote source,
#' Because each cycle is an independent 'dplyr' operation, or SQL operation if using a remote source,
#' the latest centroid data frame is saved to the parent environment in case the process needs to be
#' canceled and then restarted at a later point. Passing the `current_kmeans` as the `initial_kmeans`
#' will allow the operation to pick up where it left off.
Expand Down
2 changes: 1 addition & 1 deletion R/lm.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#'
#' The linear_regression_db() function only calls one of three unexported functions.
#' The function used is determined by the number of independent variables. This is
#' so any model of one or two variables can use a simplier formula, which in turn
#' so any model of one or two variables can use a simpler formula, which in turn
#' will have less SQL overhead.
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/linear_regression_db.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/plot_kmeans.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/simple_kmeans_db.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 757a749

Please sign in to comment.