List the method for the STGrid object.

show_st_methods(class = "STGrid", where = "STarlight")

Arguments

class

The name of the class. Default to "STGrid".

where

The package name. Default to "STGrid".

Value

A vector with the available methods.

Examples

show_st_methods()
#>  [1] "$"                    "$<-"                  "["                   
#>  [4] "[["                   "[[<-"                 "as_matrix"           
#>  [7] "bin_mat"              "bin_size"             "bin_x"               
#> [10] "bin_y"                "cc_neighborhood"      "check_features_exist"
#> [13] "col_names"            "compute_k_ripley"     "compute_module_score"
#> [16] "connected_components" "coord"                "create_hull"         
#> [19] "dim"                  "feat_names"           "feature_contrast"       
#> [22] "get_coord"            "hc_tree"              "meta"                
#> [25] "meta_names"           "multi_feat_contrast"  "nb_feat"             
#> [28] "nb_items"             "nbin_x"               "nbin_y"              
#> [31] "order_feat_by_ripley" "plot_rip_k"           "re_bin"              
#> [34] "ripley_k_function"    "rm_controls"          "row_names"           
#> [37] "show"                 "spatial_image"        "spatial_plot"        
#> [40] "summary"              "tab"                  "table_st"            
#> [43] "write_coord"