Function rustplot::data_parser::vec_ln [] [src]

pub fn vec_ln(vec1: &Vec<f64>) -> Vec<f64>

Transforms all vectors elements to the natural log of their values.

vec1 is the vector to be transformed.