stats
D = stats(D::GMTdataset, cols=0) -> GMTdataset
Return descriptive statistics for a dataset GMTdataset where each row represents the statistics for each column.
If cols is a column name, either as a String or a Symbol, or a column number, only the statistics for that column are returned.
Source Code
This function has multiple methods:
stats(D::GMTdataset{T, 2}, cols::Union{Int64, String, Symbol}) where T<:Real- utils_types.jl:933stats(D::GMTdataset{T, 2}) where T<:Real- utils_types.jl:933