% Generated by roxygen2: do not edit by hand % Please edit documentation in R/svm.R \name{scale_sv} \alias{scale_sv} \title{Center or standardize variables in a data frame} \usage{ scale_sv(dataset, center = TRUE, scale = TRUE, sf = 2, wts = NULL, calc = TRUE) } \description{ Center or standardize variables in a data frame }