Learn R Programming

kml (version 1.1.3)

updateClusterization: ~ Function: updateClusterization ~

Description

This fonction convert an object Clusterization V0.9 to an object Clusterization V1.0.

Usage

updateClusterization(object)

Arguments

object
[Clusterization]: object to convert

Value

  • Clusterization version V1.0

Details

Objects use by KmL change with version V1.0. The new object structure is not compatible with the old one. This function let the user convert its old object Clusterization to the new struture. For that, just open R ; load the old object ; load the new KmL library ; use updateClusterization.

Examples

Run this code
####################
### Not executable
### if oldObject is your old data :
###
#
# newObject <- updateClusterization(oldObject)
#

Run the code above in your browser using DataLab